To attach process for remote debugging to server which contains multiple application pool, you need to attach to process name w3wp.exe. If your server containing multiple application then you will see multiple w3wp.exe. The only way to attach to correct w3wp, you are required to find out the process id of the particular application pool.

Just do the following:

0006-23-apr-09-030608-pm

Related posts:

  1. Microsoft Application Architecture Guide 2nd Edition from Patterns & Practices Microsoft Patterns & Practices released the 2nd edition of their...
  2. ASP.NET MVC – How to have multiple submit button in form In this tutorial, I would like to share simple form...