I am conntecting via a ASP.NET 2.0 web application to a SQL Server 2000 server. When I try to execute the page from my web server I get the following error.
I am able to successfully connect to the SQL server from the web server with OSQL using the same credentials I'm using in my app. So I know is not a network issue.
Does anybody have any ideas on how I can get around this error?
-MARK-
Mark Buckley
Code:
An error has occurred while establishing a connection to the server. 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: 40 - Could not open a connection to SQL Server)
I am able to successfully connect to the SQL server from the web server with OSQL using the same credentials I'm using in my app. So I know is not a network issue.
Does anybody have any ideas on how I can get around this error?
-MARK-
Mark Buckley