Performance Profiling not working at all
sebastienf
Posts: 3
I'm trying to profile an IIS 6 web application. Server is running WS2003, website is running on port 80, have a header adress, and a specific application pool.
The account launching Ants Performance Profiler is an administrator account.
So basicaly, I start the wizard, chose ASP.NET web application (IIS), choose the proper website in the dropdown, leave all the settings as they are, except for Unused port, that I had set on an unused port. I click to start profiling and get this error :
[code]10 Oct 2011 16:45:06.540 [1] ERROR ??.
The account launching Ants Performance Profiler is an administrator account.
So basicaly, I start the wizard, chose ASP.NET web application (IIS), choose the proper website in the dropdown, leave all the settings as they are, except for Unused port, that I had set on an unused port. I click to start profiling and get this error :
[code]10 Oct 2011 16:45:06.540 [1] ERROR ??.
Comments
You may want to start by checking the application event log - there may be indications as to why w3wp.exe is crashing -- if it is crashing.
In my opinion it's best to avoid IIS and try the development web server option - it's much less complex than the IIS option so it fails a lot less.
Do you know how I can fix this ?
[Edit]
I found this on the knowledge base : http://www.red-gate.com/supportcenter/C ... 20Profiler
Followed eveything, still not working
[Edit2]
Those errors, if related, does not occur when a profiling fails. I just tried, and the event viewer doesn't show any new error, even after a fail profiling.
If it's failing in the initailization code, as you'd expect there is no supportability or logging to tell you why and the best we can do is memory dump w3wp.exe and analyze the stack trace.