Can't find a definitive answer in this forum...
Does anyone know whether RFH provide support the default .NET Role/Membership database and providers that uses SQL Server 2005 Express?
I've developed a website locally with Role/Membership functionality using VWD2008E. By default a SQL 2005 Express database is created in the app_data folder.
I then used VWD2008E Copy Website to publish the site (including app_data folder) to my RFH hosting (SQL Server 2005 enabled on site, although possibly not relevant?).
I get an error whenever Membership functionality is accessed (e.g. Login)...
System.Data.SqlClient.SqlException: 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)
Do I need to upscale .NET Membership settings to full-blown SQL Server 2005 instead of Express? If so, how do I migrate from the local SQL Server 2005 Express database?
Thanks in advance.
Alan


Reply With Quote
Bookmarks