Finding the right Process ID to debug

blog header image

For some reason my vista loves to have a bunch of  webserver worker processes (w3wp.exe) running all the time, which can make it quite tricky to determine which you want to attach to, when you use Visual Studio to debug your IIS EPiServer site.

 

So, to make my life easier I just threw this little edit-mode plugin together. It basically just shows you which process your browser / site is running under – and gives you the ability to kill the process – and see how much memory is consumed by it. Simple, but effective.

 

Recent posts