Error connecting to the application.

Posted by ahmed on Server Fault See other posts from Server Fault or by ahmed
Published on 2010-03-14T08:44:35Z Indexed on 2010/03/14 8:55 UTC
Read the original article Hit count: 198

Filed under:
|

Hi guys, let me explain you the current scenario. We have a asp.net application on framework 2 running on intranet(Windows 2003 Server and Sql Server 2000). Now we have a xp machine where we installed and configured IIS with a virtual directory pointing on the local Xp machine and this machine is connected to our intranet. We have copied the same application files of the server to this XP machine. But the thing is the connection string/database of the application is pointing towards the intranet server. The problem is when we try to run the application on the XP machine we get this error :

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)

Is this query related or concerned with this site or stackoverflow ?

© Server Fault or respective owner

Related posts about iis

Related posts about sql-server