How to create and authenticate users as a step of Membership API in ASP.NET in C#
You can create new users in your membership provider store, by launching the WAT. You have to select the Website->ASP.NET Web Configuration menu from within Visual Studio. Now you have to switch to the Security tab and select Create User, as shown in the next picture:
After you have created a …