1

In the default sample appication in mvc3, Where do the details we fill in registration form gets stored?

<configuration>
  <connectionStrings>
    <add name="ApplicationServices"
         connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
         providerName="System.Data.SqlClient" />
  </connectionStrings>

I did not find any aspnetdb.mdf file in app_data folder.

1 Answer 1

1

You need to click the 'show all files' option as it is hidden IIRC.

enter image description here

2
  • thankyou @Sean. But I use visual basic 2010, help me with the same
    – gs11111
    Commented Jun 5, 2013 at 13:15
  • 1
    Visual Basic 2010, regardless of whether it is VS2010 or Express version has Show All Files in Solution Explorer.
    – Huske
    Commented Jun 5, 2013 at 17:20

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.