I create MVC application, run it and register.
I cannot find the location the membership data saved.
Where is it?
Note: The application run on developer web server (cassini).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default MVC application will store user credentials in aspnetdb.mdf which will reside in your App_Data directory. When you run the application the file will be created and attached to SQL Server Express if it doesn’t already exist.
Open your web.config file and check out the “ApplicationServices” connection string to see the default values.