Building-a-CMS-With-ASP.NET-MVC5
Building-a-CMS-With-ASP.NET-MVC5 copied to clipboard
Database
Hi Jeremy,
I have downloaded the code. Thanks for your contribution.
One quick question: how does the database get created?
Thanks.
Regards
Walter
public CmsContext()
: base("CmsContext")
{}
<connectionStrings>
<add name="CmsContext" connectionString="Data Source=;Initial Catalog=CmsContext;Integrated Security=True;User=;Password="
providerName="System.Data.SqlClient" />
</connectionStrings>