Code Comments
Programming Forum and web based access to our favorite programming groups.Windows 2003 server - IIS - 6 and SQL server 2000, php 4.3.5 I have placed the php_mssql.dll in the extensions folder. I have placed the ntwdblib.dll in the system 32 folder (both the latest version and the one from the sql 2000 install cd - tried em both) and I have uncommented the line: extension=php_mssql.dll. After all this, I still get this message: Warning: mssql_connect(): Unable to connect to server: 152.135.xxx.xxx,1433 I've tried it using localhost and I get this message: Warning: mssql_connect(): Unable to connect to server: localhost,1433 The ODBC functions connect perfectly, but not the mssql_connect functions. Any ideas? ---------------------------------------- The post originated from PHP Freaks: ---------------------------------------- http://www.phpfreaks.com http://www.phpfreaks.com/forums
Post Follow-up to this messageHave you set up an IUSR_<servername> user in SQLserver to allow anonymous access from IIS Barand http://members.aol.com/barryaandrew...agridguide.html easy data tables - and more ---------------------------------------- The post originated from PHP Freaks: ---------------------------------------- http://www.phpfreaks.com http://www.phpfreaks.com/forums
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.