Activity overview
Latest activity by jimshaw1
I believe that ANTS needs the aspnet worker process (aspnet_wp.exe or w3wp.exe under Windows 2003) to be started when you load your web app (aspx). Under the .Net framework CONFIG directory (c:\windows\microsoft.net\framework\v1.1.4322\CONFIG) there is a machine.config file. Open up and look for 'processModel'. There will be an xml attribute for enable=false or enable=true. ENsure that it is set to true, and your web app will start up under the asp.Net worker process instead of under IIS (inetinfo.exe or dllhost). Purify and Quantify require you to disable the processModel for IIS and ASP.Net profiuleing.
/ comments
I believe that ANTS needs the aspnet worker process (aspnet_wp.exe or w3wp.exe under Windows 2003) to be started when you load your web app (aspx). Under the .Net framework CONFIG directory (c:\w...