Skip to content Skip to sidebar Skip to footer

Going From Dev To Prod With .net Membership Provider

I use SQLExpress on my dev machine. I just posted my application to a new prod server with SQL Server installed on it... I have restored my SQL DB in prod and i am successfully con

Solution 1:

I have a strong feeling it has to do with the ApplicationName property. I think you need to set the ApplicationName for Membership, Roles, and Profile providers.

I think this article talks about the problem you are facing...

http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx

Post a Comment for "Going From Dev To Prod With .net Membership Provider"