Is it possible to attach (or debug with F5) to IIS7's worker process without installing IIS6 Metabase?
+1
A:
After some investigating I found out it's all possible:
- attach to IIS7 worker process or
- debug using F5 functionality
Here's what you have to do:
- Open web application's properties
- Select Debug tab
- Scroll to bottom of the page and set Custom web server address i.e. http://localhost
- Close Visual Studio
- Start Visual Studio as an administrator
That's it. Debugging of IIS7 web apps done.
Robert Koritnik
2009-07-23 06:18:30