Have just install the DB and am trying to connect but I get this error
The underlying provider failed on Open.
I am using these connection strings
<add name="ApplicationServices" connectionString="Data Source=.\sqlexpress;Initial Catalog=MvcCms;Persist Security Info=True;Integrated Security=true;" providerName="System.Data.SqlClient" />
<add name="MvcCmsEntities" connectionString="metadata=res://MvcCms.Data/MvcCmsDataModel.csdl|res://MvcCms.Data/MvcCmsDataModel.ssdl|res://MvcCms.Data/MvcCmsDataModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress;Initial Catalog=MvcCms;Pooling=false;Persist Security Info=True;Integrated Security=true;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
and SQL server 2005
Any ideas?
The underlying provider failed on Open.
I am using these connection strings
<add name="ApplicationServices" connectionString="Data Source=.\sqlexpress;Initial Catalog=MvcCms;Persist Security Info=True;Integrated Security=true;" providerName="System.Data.SqlClient" />
<add name="MvcCmsEntities" connectionString="metadata=res://MvcCms.Data/MvcCmsDataModel.csdl|res://MvcCms.Data/MvcCmsDataModel.ssdl|res://MvcCms.Data/MvcCmsDataModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress;Initial Catalog=MvcCms;Pooling=false;Persist Security Info=True;Integrated Security=true;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
and SQL server 2005
Any ideas?
1 years 3 months 26 days
ago by
Sunnyland
