Profiling against IISExpress 7.5
Jason.West
Posts: 4
I can't seem to figure out how to make this work.
Developing on Server2008 which is x64
Visual Studio 2010
ANTS Performance Profiler 6.3
The app runs through IISExpress 7.5 as an option
in the project properties.
Reason I ask about this is there the app behaves differently
on Cassini and we are not allowed to run full blown IIS on
our development box.
Thanks.
Developing on Server2008 which is x64
Visual Studio 2010
ANTS Performance Profiler 6.3
The app runs through IISExpress 7.5 as an option
in the project properties.
Reason I ask about this is there the app behaves differently
on Cassini and we are not allowed to run full blown IIS on
our development box.
Thanks.
Comments
What happens when you click on "Start Profiling"?
seems there is a constraint only allowing .Net 2.0. Now, I don't
know that is actually case, only what I can infer from the screens.
Is there anything I can give/show/steps to help find the real issue?
1. In the ".NET executable" field, tell ANTS to profile the IIS worker process (probably something like C:Program Files (x86)IIS Expressiisexpress.exe)
2. In the "Arguments" field, specify the app you want to profile - e.g. /site:"MyCMSSystem"
Does this help at all?
http://learn.iis.net/page.aspx/870/runn ... mand-line/
I guess it would be nice if there was a hook like how it works for the Cassini development server.
In case anyone else has the same problem. I found using the /config
and a customized applicationhost.config file to be the easiest for the
IISExpress command line switches.
Thanks!