I have been reading alot of the forum posts trying to solve my issue with using membership and login controls on a remote webserver. Aside from trying to manage memberships on the remote server, I am just trying to get my login wontrols to work on a basic level. They work fine on my local development computer using visual studio 2008. But, when I upload the the website and upload ASPNETDB.MDF to the App_Data folder on the remote server, and then try to login, I get the ever popular 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 do use a remote SQL Server 2005 database for the rest of the data on my website and have read that I can use aspnet_regsql.exe to basically install the member ...
Go to the complete details ...