Reputation: 3064
I am trying to debug my asp.net project in VS 2010 but I don't see w3wp.exe anywhere when I try to attach it to a process. Unfortunately when I hit the debug button, the app tries to build and deploy and hangs indefinitely. I am able to run the application by directly pointing to the hostname in a browser.
Any ideas what I could be doing wrong or missing?
Upvotes: 3
Views: 3807
Reputation: 10095
I hope you have your application hosted in IIS. Folllow the below mentioned steps.
Make sure to select the below highlighted options.
Upvotes: 5