It’s easy to have the mvc membership provider working with mvc3.
- Install VS 2010 express.
- Install MVC3.
- Create a MVC3 website.
- Publish the site to the hosting company’s server via ftp.
- Install the membership provider from http://mvcmembership.codeplex.com/
- Copy the necessary assemblies from the sample website to your website. The primary dll is mvcmembership.dll
- Run the aspnet_regsql.exe and point the destination to your sql database.
- Change the membership provider connection string to point to the sql database.