摘要: 今天调试了一个ASP.NET2.0的程序,程序原本是用的微软的SQL Express版本,我就将它该承了我机器上的SQL Server2005企业版,并且将连接字符串也修改了。但是在连接字符串中保留了一个User Instance=True这个选项设置。结果程序死活都不走,会报一个错误: Exception Details: System.Data.SqlClient.SqlException: The user instance login flag is not supported on this version of SQL Server. The connection will be 阅读全文
posted @ 2008-08-20 11:02 kntao 阅读(147) 评论(0) 推荐(0)