I get the following error when trying to login to web application (user database is on sql server 2005)
"A connection was successfully established with the server, but then an error occurred during the pre-login handshake. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.) "
surface are is configured remote connections set to 'local and remote' using tcp/ip and named pipes
web app is asp.net2
sql server 2005 sp2
Start Free Trial