如果在ASP.NET使用SqlExpress 2005时出现要求执行sp_configure 'user instances enabled',可以执行已下SQL语句解决
如果使用SQLExpress 2005时要求'sp_configure 'User instances enabled''exec sp_configure 'user instances enabled',1
如果使用SQLExpress 2005时要求'sp_configure 'User instances enabled''
reconfigure

或者,把所有连接字符串中的user instace=true;去掉,包括%systemroot%microstoft.net/[version]/framework/config/下的几个Config文件中的连接字符串(因为Membership/Profile等都是默认使用了user instance)。

相关文章:

  • 2022-12-23
  • 2021-06-03
  • 2021-11-08
  • 2021-11-18
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-06-27
  • 2021-11-28
  • 2021-09-21
  • 2021-08-14
  • 2021-06-24
  • 2021-08-14
相关资源
相似解决方案