Thursday, February 5, 2015

Attaching to IIS Processes in Visual Studio

If you are a web developer and have a need to attach to IIS processes while you are debugging in Visual Studio, then you should definitely check out VSCommands: http://vscommands.squaredinfinity.com/home

It offers an extremely useful "Attach to IIS" feature which allows you to view all of your active IIS web applications and directly attach to them from within Visual Studio:

I have been using it so frequently that I absolutely cannot live without it in all of my Visual Studio installations.  Aside, from this feature, VSCommands offers a whole host of other features and functionality that really improve your overall Visual Studio productivity: http://vscommands.squaredinfinity.com/features

There is a free version that can be downloaded from Visual Studio Gallery as well as a paid version with a slightly larger feature set.  Definitely worth checking out!!

No comments:

Post a Comment