“由于启动用户实例的进程失败,无法生成SQL Server的用户实例”

时间:2012-10-15 15:44:17

标签: asp.net sql-server visual-studio

  

可能重复:
  Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed

我正在使用sql server 2005完整版,这里是我的连接字符串:

 <add name="xx" connectionString="Data Source=xx\SQL2005;Initial Catalog=xx;Connect Timeout=180;uid=xx;pwd=xx;"/>

我在Sql server上使用附加的数据库而不是连接到mdf文件。 部署后出现此问题,在VS

上运行时工作正常

我该如何解决这个问题。