No Performance Data Recorded ("Waiting for client")
shewitt
Posts: 3
When attempting to profile an web application through 'IIS - ASP.NET' using manually specified account details, the worker process starts but no profile data is shown. If the account details are not specified, the SYSTEM account is used and profile data flows but application doesn't perform correctly due to the credentials.
Does the account specified need certain options enabled?
Settings:
IIS - ASP.NET
Original Port
Manually specified account details filled in
Result:
Worker process starts
Profiling starts and in bottom left "initializing" then "waiting for client" - never changes after this.
Does the account specified need certain options enabled?
Settings:
IIS - ASP.NET
Original Port
Manually specified account details filled in
Result:
Worker process starts
Profiling starts and in bottom left "initializing" then "waiting for client" - never changes after this.
Comments
1) Stopping existing (non-ANTS) profiling service
2) Disabling profiling service
3) searching registry for COR_ENABLE_PROFILING and COR_PROFILER (these appeared in 3 locations)
4) renaming keys from #3
5) run ANTS and start new profiling session
(Thanks Russell)