Chapter 16 - Newly Added Database?
Greetings,
I am making another website as a demo and practice, I followed the same steps in chapter 16, all successful.
But I left the connection added by the microsoft providers (that I install in the manager condole prompt)
It is called "Default connection" and the connection string shown is:
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=aspnet-myPersonalWebsite-20150412145639;Integrated Security=SSPI"
But where is the newly added database??!! Where can I find the users and memberships and the rest? It is not included in my current connection that has the following properties in web.config:
<add name="PersonalWebDBEntities" connectionString="metadata=res://*/App_Code.personalWebsiteModel.csdl|res://*/App_Code.personalWebsiteModel.ssdl|res://*/App_Code.personalWebsiteModel.msl;provider=System. Data.SqlClient;provider connection string="data source=.\SQLEXPRESS;attachdbfilename=|DataDirector y|\PersonalWebDB.mdf;integrated security=True;user instance=True;multipleactiveresultsets=True;App=En tityFramework"" providerName="System.Data.EntityClient" />
Thanks...
|