When I am trying to host my site and copying my  project file and database objects  and running  the website in hosting server the following error is coming.My sqlserver 2010 express  and hosting server is 2012. Please can you advise what would be the reason for this error and how to fix it.? Please help
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.

Go to the complete details ...