此版本的SQL Server不支持用户实例登录标志。该连接将在asp.net mvc5中关闭

时间:2016-08-07 05:24:49

标签: c# asp.net sql-server sql-server-2008 asp.net-mvc-5

我已将操作系统升级到Windows 10,将SQL Server 2008 R2 Express升级到SQL Server 2012企业版。

现在我收到错误“此版本的SQL Server不支持用户实例登录标志。连接将被关闭。”因为我搜索了所有链接并按照所有步骤操作但没有摆脱这个错误。

因为我的连接字符串中没有user instance =....

我也经历了以下链接

https://social.msdn.microsoft.com/Forums/en-US/8525a00a-d6ea-4630-94ef-fefbce198b62/the-user-instance-login-flag-is-not-supported-on-this-version-of-sql-server-the-connection-will-be?forum=sqlexpress
http://codeverge.com/asp.net.installation-setup/the-user-instance-login-flag-is-no/288955
http://answers.flyppdevportal.com/categories/sqlserver/sqlexpress.aspx?ID=8525a00a-d6ea-4630-94ef-fefbce198b62 The user instance login flag is not supported on this version of SQL Server. The connection will be closed

1 个答案:

答案 0 :(得分:0)

检查您的web.config文件。 我遇到过类似的问题 但是在web.config文件中的连接字符串中进行了更改后对其进行了排序