Reputation: 659
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.
Upvotes: 1
Views: 251
Reputation: 1636
You need to click the 'show all files' option as it is hidden IIRC.
Upvotes: 1