Mark Tabor

Mark Tabor

  • 575
  • 1.9k
  • 431.3k

connection string question

May 11 2016 2:38 AM
<connectionStrings>
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-MenuSample-20120621154240;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-MenuSample-20120621154240.mdf" />
</connectionStrings>
 
i have downloaded the project from google for MVC dynamic menu i have seen the connection string i want to see the database table where i can find the database table. 

Answers (3)