VS2010 error: Unable to start debugging on the web server

前端 未结 27 3542
萌比男神i
萌比男神i 2020-12-13 07:42

I get error message \"Unable to start debugging on the web server\" in Visual Studio 2010. I clicked the Help button and followed the related suggestions without success.

27条回答
  •  旧巷少年郎
    2020-12-13 08:35

    I've had the same issue and in my case it happened because the AppPool identity was set to impersonate an AD user which had its password changed. Therefore the process could not start and the AppPool always stopped when trying to debug from VS.

    After updating the password in the AppPool/Advanced Settings/Identity everything started running smoothly.

提交回复
热议问题