I have installed MVC 4 and created a new “Internet Application”. After running the application and adding some accounts I can’t find where the information are stored. I have worked with MVC 2 previousely. It stores accounts in an ASP.NET database.
Share
If you are talking about the default settings, it is most likely storing the data in an express instance. In Solution Explorer, view hidden files and you should see it. Otherwise, Use SQL Server to check the database it is connecting to in the connection string.