我已经从http://www.cainecontrols.com/component/dms/view_document/3下载了源代码,以了解jQuery Full Calander如何在ASP.Net中运行。
附加的源代码使用Entity Framework和一些本地附加的 Demo.mdf
当我从visual studio运行应用程序时,它会显示Underlying provider failed to open
这是连接字符串设置
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
<add name="DemoEntities" connectionString="metadata=res://*/App_Code.EventModel.csdl|res://*/App_Code.EventModel.ssdl|res://*/App_Code.EventModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Demo.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>
我已在我的计算机上安装了Visual Studio 2012和SQL Server 2008。
我是否需要安装任何连接字符串或更改连接字符串?做这项工作