Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path

前端 未结 5 1314
感情败类
感情败类 2020-12-07 02:08

net project in vs2010 i have a db and table inside the app_data folder, i have created a deployment package and have imported the package into an iis server that is installe

5条回答
  •  無奈伤痛
    2020-12-07 02:52

    The solution with me is

       - On IIS ->> Application pool
       - Select Default App Pool (it may be different of your website, please choose your pool)
       - Advanced setting
       - Identity: ApplicationPoolIdentity
       - Load user profile: change to true Restart IIS
    

提交回复
热议问题