Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7853731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:46:59+00:00 2026-06-02T19:46:59+00:00

I created a new MVC3 project in VS 2010. Made no changes and started

  • 0

I created a new MVC3 project in VS 2010. Made no changes and started the website, there is already a login and register page built in. Where exactly is my account being stored when I register an account if I have not setup a database anywhere?
Can anyone recommended a tutorial on MVC3 that is good for someone just diving into the web side of programming. Entity framework would also be good.

I can walk through the code to this point:

Membership.CreateUser(model.UserName, model.Password, model.Email, null, null, true, null, out createStatus);

But I can’t see into CreateUser so i’m not quite sure what that is doing, and where the user is being stored.

Thanks for all the help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T19:47:02+00:00Added an answer on June 2, 2026 at 7:47 pm

    You can open up your projects web.config file and find the connection string near the top. That will tell you what database it points to. Your default should look something like:

    data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
    

    which says to use SQL Express, and attach to the file aspnetdb.mdf inside your project. You will need to create this database, and use the aspnet_regsql command inside the Visual Studio 2010 command prompt. This will create your user tables and the required schema to use the ASP.NET Membership Provider, which is the authentication code you’re seeing by default.

    The best tutorial is the Nerd Diner tutorial. It’ll walk you through everything from database models, form validation, authentication, controllers and viewmodels, etc.

    Edited to add: This is the original Nerd Diner tutorial, and isn’t nearly as complex as what it has evolved to on the codeplex site. You might find the original a bit easier and still mostly relevant.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm using eclipse platform and window builder pro within. I've already created new project
I created a new project using aspx visual studio 2010. All I am trying
I created a new HalloWorld Makefile Project. There is a HalloWorld.cpp with my main
I just created a new project in MVC3 using EF4 code first deployed on
I am completely new to ASP.Net MVC. I just created an MVC3 project in
Whenever I create a new Empty MVC3 Web Application project in Visual Studio 2010
I'm currently working in Visual Studio 2010. MVC3 project. I'm new to .NET MVC
As I have been following a MusicStore tutorial, new MVC3 project created a following
I have created a new MVC3 project and used the ADO.NET Entity Data Model
i have a problem with the asp.net MVC3. when i create a new project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.