VS 2010 + IIS: Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running

前端 未结 1 1637
旧巷少年郎
旧巷少年郎 2021-01-18 18:01

I have recently started to received this message.

 Unable to start debugging on the web server.
 The IIS worker process for the launched URL is not currently         


        
相关标签:
1条回答
  • 2021-01-18 18:18

    I got the same error message after reinstalling VS2010. In my case all application pools in the IIS where remapped to run 4.0, so VS2010 was unable to figure out which pool to attach its self to during debugging. The solution in my case, was to manually delete few pools and remapping my older pools back to .net 2.0. I finally ended up, only having 2 pools pointing towards .net 4.0 (integrated and classic) and 2 pools running .net 2.0 (integrated and classic).

    0 讨论(0)
提交回复
热议问题