小编Buz*_*boy的帖子

不支持关键字:ASP.net Entity Framework 6中的"数据源"

我一直在探索我的大脑几天试图解决这个问题.

我正在使用winhost来托管一个SQL Server,我在相同的问题上查找了很多类似的问题,但它们似乎都有一些格式错误,这是他们的问题.

我的连接字符串出了什么问题?

<add name="ContactsDb"
     connectionString="Data Source=tcp:s10.winhost.com;Initial Catalog=DB_84426_webdevct;User ID=DB_84426_webdevct_user;Password=***********;Integrated Security=False;" 
     providerName="System.Data.EntityClient"/>
Run Code Online (Sandbox Code Playgroud)

c# sql-server asp.net entity-framework connection-string

7
推荐指数
1
解决办法
7547
查看次数