So I am following this tutorial: https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/#create-an-aspnet-mvc-5-application
What I want to do is make it so that when you register for a new account, you can have a field where a type of role is entered. In this case "canEdit" so when you create the account it has the role. I could only make the account manually from visual studio using the seed database method.