Soldato
I'm trying to connect to an MS SQL server from PHP 4. Both are running on Server 2003, SQL is 2000 and IIS is 6.0. Its ok if I don't use any authentication on IIS, the DB is connected to properly and its all hunky dory.
The problem occurs when domain authentication is enabled on IIS. PHP can't connect to the DB at all. Not sure if this is relevant, but instead of using the guest account to connect to the DB server (like normal, then authing with SQL), its using NT AUTHORITY\ANONYMOUS (presumably using NTLM).
Anyone have any ideas?
The problem occurs when domain authentication is enabled on IIS. PHP can't connect to the DB at all. Not sure if this is relevant, but instead of using the guest account to connect to the DB server (like normal, then authing with SQL), its using NT AUTHORITY\ANONYMOUS (presumably using NTLM).
Anyone have any ideas?