Options

Command line profiling of IIS website

NarmathaNarmatha Posts: 5
Hi,

We are trying to set up command line arguments for profiling a ASP.NET website that is run as a vdir from IIS6.0.
RedGate.Profiler.UI.exe /project:DC-AfterImproments.app6 /verbose /methodLevel /onlyWithSource /force /timeout:60  /htmlreport:NewResults.summary.html /nowizard /startimmediately

When I execute this, the profiler application starts and but does not use the project to start profiling

I need this for automating a profiling task running against load testing framework.

How can I profile a ASP.NET website from command line?
Sign In or Register to comment.