How can I run intellitrace
when attaching to the process w3wp
in IIS rather than running the site through casini
. When I try to attach a MVC application to w3wp
I can debug the site without problem. I would like to see the intellitrace
when using IIS.
Asked
Active
Viewed 363 times
6

Rajish
- 6,755
- 4
- 34
- 51

Matthew Chambers
- 869
- 3
- 20
- 34
1 Answers
2
There are a few options for using IntelliTrace with IIS:
- If you are launching IIS from the debugger, IntelliTrace should be available.
- You can choose to use the Standalone IntelliTrace Collector which you can enable via PowerShell scripts
Unfortunately IntelliTrace does not support attaching to a process. Please let me know if you need more information on either option.

Colin Thomsen
- 1,806
- 15
- 11
-
3how do you launch iis from the debugger – Matthew Chambers Dec 08 '13 at 23:32