Please help me. I wanted to create a website using the built in membership provider. Using VS 2010.
I created a new web project. Created a new, blank database called MasterDemo.mdf in the app_data directory. Went to the VS command prompt and typed in...
C:\Program Files\Microsoft Visual Studio 10.0\VC>aspnet_regsql -A all -C "Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True" -d "C:\Users\ROBERT\Documents\Visual Studio 2010\Projects\MasterDemo\MasterDemo\App_Data\MasterDemo.mdf"
This was the result...
Microsoft (R) ASP.NET SQL Registration Tool version 4.0.30319.18408
Administrative utility to install and uninstall ASP.NET features on a SQL server
.
Copyright (C) Microsoft Corporation. All rights reserved.
Go to the complete details ...