Membership provider stopped working on using Membership Provider in ASP.Net MVC
Posted
by Michael Meadows
on Stack Overflow
See other posts from Stack Overflow
or by Michael Meadows
Published on 2010-06-15T20:42:12Z
Indexed on
2010/06/15
20:42 UTC
Read the original article
Hit count: 502
I have a production ASP.Net MVC application that has been using the membership service. It has worked fine, up until today. Nothing has changed on the server, but I now have this error:
System.Configuration.Provider.ProviderException:
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
I checked the asp_schemaversions table, and it looks fine. Please any help would be appreciated.
© Stack Overflow or respective owner