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...
Post a Comment for "Going From Dev To Prod With .net Membership Provider"