C
CoderX
Hello:
I am working on an ASP.NET 2.0 web app that uses forms authentication
with the ASPNETDB.mdf in the APP_Data folder. When I deploy it to my
test server, I get the following 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: SQL Network Interfaces, error: 26 - Error
Locating Server/Instance Specified) "
I saw an article on the web about configuring the "surface area" of
SQL Server on the server. But I don't have SQL server on that server,
just the ASPNETDB.mdf. Do I need to install at least SQL Express on
the test and ultimately production servers for this to work?
Thanks in advance for your comments.
I am working on an ASP.NET 2.0 web app that uses forms authentication
with the ASPNETDB.mdf in the APP_Data folder. When I deploy it to my
test server, I get the following 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: SQL Network Interfaces, error: 26 - Error
Locating Server/Instance Specified) "
I saw an article on the web about configuring the "surface area" of
SQL Server on the server. But I don't have SQL server on that server,
just the ASPNETDB.mdf. Do I need to install at least SQL Express on
the test and ultimately production servers for this to work?
Thanks in advance for your comments.