CLRProfiler question

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
I downloaded CRProfiler. I have it in c:clrprofiler directory.

1.I double click on it.
2. The interface comes up
3. I go to "File" and click on "Profile ASP.Net"
4. Command line comes up saying IIS is being stopped, then it's restated.
5. Then get a pop-up msg :
Waiting for ASP.Net to start. And it has a "cancel" button.
6. I start my page "http://whatever". Go thru some pages

7. Then what? I read somewhere , i would get "kill app" msg but I dont.

what am I missing?
 
Does it just get stuck on the "waiting for asp.net to start ..." bit? If so you need to edit your machine.config so asp.net runs as the system - search through machine.config for the line that begins <processModel ... and find the entry userName="machine" and change this to userName="system".
Then try again.
 
Back
Top