Error: Failed to generate a user instance of SQL Server

前端 未结 11 1641
無奈伤痛
無奈伤痛 2020-12-02 14:54

I\'m trying to connect to an MDF. I\'ve even gone to the lengths of re-installing sql server express entirely (it is now the only flavor of SQL installed on my box, where p

11条回答
  •  一向
    一向 (楼主)
    2020-12-02 15:16

    In addition to the other solutions here, this one may also be helpful. Ensure the Application Pool is running as network service, and not ApplicationPoolIdentity.

    This solution was found here: http://blogs.msdn.com/b/webdevelopertips/archive/2010/05/06/tip-106-did-you-know-how-to-create-the-aspnetdb-mdf-file.aspx

提交回复
热议问题