I have Lighttpd running on my personal windows 7 computer that I use for testing and development. I have a windows VPS that has SQL Server 2008 that I need to connect to. I've already opened port 1433 to my IP and it seems I telnet into it just fine as my CMD prompt just goes blank and then comes back after a couple minutes.
On Win 7 Client running Lighttpd:
1. I've enabled php_mssql.dll in php.ini
2. I've added php_sqlsrv_52_ts_vc6.dll to my ext/ and to php.ini that I downloaded from MS.
But,
I still can't connect. I get just the general Unable to Connect to server warning. I can connect to MySQL on port 3306 so with MSSQL it's some type of configuration.
a.) my server name - with MySQL I just need the IP and it autoresolves the port, but with MSSQL I've tried IP, IP\Computername, IP:port, IP\Computername:port, IP\Computername,port , and IP,port. What would be the correct servername I should use?
b.) I've also created a db user in Plesk. When connecting remotely do I have to use "sa"?
Lastly, is there something I'm missing or more I can try on my client/server setup?