Hi, I got a website and everything works fine with SQL Server 2000, but now I modified the way of authentication using Forms and when I enter in a protected area I got 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)
The problem is that I don′t have SQL Server 2005 installed so I don′t know why my webapp is trying to contact it, where I can configure this settings so it will look for the Server that exists?
Thanks.
Hi,
Try checking your web.config file to look for any SQL Server 2005 Express edition related info. Are you using Membership provider or Web Administration Tool?
Vivek
|||Hi, I found this sitehttp://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx.
It resolved my problem, but now I′m facing another problem, but I guess it′s not related with the data base anymore.
Thanks.
No comments:
Post a Comment