Membership provider stopped working on using Membership Provider in ASP.Net MVC
- by Michael Meadows
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.