I have a website I want to debug on IIS. Its a pretty straight forward job so I went ahead create a website on IIS and pointed it to a local Solution, So far so good but when I went ahead and tried to attach a debug process to the Website , I was not able to see any w3wp processes , weird thing is that when I restarted IIS , I was indeed able to see the Default App Pool w3wp but that`s about it , I am not able to see my websites App Pool.
I have tried all the ways of resolving this. Below are the things I tried:
Still facing the same issue of not seeing my websites App Pool in the list. Anyone can help me on this?
I actually figured out why my worker process was not showing , actually my problem was the bindings . What I was doing was setting up the binding to be pointed to the actual server instead of on localhost and also I just had to change the "Name" of the website to be as same the a QC server I have. So Basically, I just changed the below and it started working.