1
Test with the following Connection String:
<add name="VitecStore" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=VitecStore;database=VitecStore;Integrated Security=True" providerName="System.Data.SqlClient" />
1
0
Test with the following Connection String:
<add name="VitecStore" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=VitecStore;database=VitecStore;Integrated Security=True" providerName="System.Data.SqlClient" />
Browser other questions tagged asp.net-mvc
You are not signed in. Login or sign up in order to post.
You could share with us the section
connectionStrings
of your web.config?– Felipe Assunção
<connectionStrings> <add name="Vitecstore" connectionString="Data Source=. SQLEXPRESS;Initial Catalog=Vitecstore;Integrated Security=True" providerName="System.Data.Sqlclient" /> </connectionStrings>
– Victor Leite