Quick attach to process in Visual Studio

When i debug web applications i like to go with the attach to process instead of pressing F5 when i use IIS as the development web server. It has lot of advantages: If you are “deep down” in your application you do not have to start from the beginning again. Attach to process lets you [...]