I'm am getting a named pipes error when I try to connect to ms sql server 2008 using a php script running an sqlsrv_connect command. In the ms sql configuration stuff tcp/ip, shared memory, and named pipes are all enabled. Everything is stored on the same server, the database, and the php script so I'm just using a "(local)" for the server name. I'm running php 5.3.2, IIS and ms sql 2008.
Does any one have any solutions or explanations for why I'm getting this error?