Click here to Skip to main content
15,886,067 members
Articles / Visual Studio
Tip/Trick

Attach to IIS WPW3 process using vscommands extension in Visual Studio 2010

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
2 Oct 2011CPOL 18.5K  
How to attach to IIS WPW3 process using the vscommands extension in Visual Studio 2010.

You can directly find the process ID and application pool name to which you want to attach your solution to using vscommands. Instead of finding the process ID and application pool using appcmd list wp, use the vscommands tool.



  1. Download the vscommands extension from the http://visualstudiogallery.msdn.microsoft.com/d491911d-97f3-4cf6-87b0-6a2882120acf?SRC=Featured[^].
  2. Install vscommands.
  3. Restart VS2010.
  4. Right click on the solution and select "Attach to Local IIS", it will display all the worker processes.
  5. Create a keyboard shortcut for this. Open Tools->Options->Environment->Keyboard and add the shortcut for VSCommands.AttachToProcess.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --