Comments
Sort by recent activity
If your application depends on Integrated Pipeline mode, ANTS Profiler will cause a problem because it creates its' test application pool in "classic" mode.
Is this true with the latest release? I have the opposite problem:
Windows 2008x64 / IIS7 / Classic app pool.
In the ASP.NET application, I refer to the Request object in Application_Start in global.asax. This is ok in Classic mode but won't work in Integrated mode.
When running ANTS profiler on this web application, it chokes on this line ("System.Web.HttpException: Request is not available in this context"), so it seems that ANTS is trying to run the application in Integrated mode.
Is there any way to prevent this? / comments
If your application depends on Integrated Pipeline mode, ANTS Profiler will cause a problem because it creates its' test application pool in "classic" mode.
Is this true with the latest release...