I developed website in Visual Web Developer 2008 Express Edition. I used the built-in security functions in Web Site Application Tool. I placed by application data tables in the same database with the security related tables, so I would have only one database. I deployed the website to a remote server. The application functionality that does not require the WSAT datatables works fine. However, when I try to login to my website as a user or create an account I get the error message below. I did not get this error (everything worked fine) when I ran the website on the local server on my own machine.
Error Message:
Exception Details: System.Data.SqlClient.SqlE
xception: 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: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server)
Start Free Trial