Activity overview
Latest activity by arf
After many hours of trying I am still not able to get ANTs Profiler 2.0 working for web apps running on my Win2003 IIS 6.0 development system. I found by running IIS in IIS 5.0 Isolation mode I was able to get it to launch my web applications, but no results are shown. When running in standard IIS 6.0 mode, I tried changing the identity of the default application pool from "Network Service" to Local System and Local Service, but neither setting made any difference. I confirmed that both ANTS and the w3wp.exe processes were running under the same identity when I tried this. I tried to change the identity within the machine.config but that did nothing either. The only way I can get ANTs Profiler to run on my system is to roll back to the 1.30 release. / comments
After many hours of trying I am still not able to get ANTs Profiler 2.0 working for web apps running on my Win2003 IIS 6.0 development system. I found by running IIS in IIS 5.0 Isolation mode I wa...
From Machine config: (Note: I am running IIS 6, Win2003SP1)
When ASP.NET is running under IIS 6 in native mode, the IIS 6 process model is
used and settings in this section are ignored. Please use the IIS administrative
UI to configure things like process identity and cycling for the IIS
worker process for the desired application
-->
<processModel enable="true" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="false" cpuMask="0xffffffff" userName="machine" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00" maxWorkerThreads="20" maxIoThreads="20"/>
<webControls clientScriptsLocation="/aspnet_client/{0}/{1}/"/>
===============================================
In IIS Manager the Default Application Pool Identity "Security Account" is set to "Network Service" / comments
From Machine config: (Note: I am running IIS 6, Win2003SP1)
When ASP.NET is running under IIS 6 in native mode, the IIS 6 process model is
used and settings in this section are ignored. Please use...
The default application pool is running under the Network Service account.
Uninstalling Ants Profiler 2.0 and re-installing Profiler version 1.3 build 147 cures the problem. Version 1.3 works with no problems.
It appears that the problem is with the 2.0 release or the 1.3 to 2.0 upgrade process. / comments
The default application pool is running under the Network Service account.
Uninstalling Ants Profiler 2.0 and re-installing Profiler version 1.3 build 147 cures the problem. Version 1.3 works with ...
Profiler won't start profiling
I am not able to run Profiler on any of my ASP.NET web applications.
When Profiler is started it stops and restarts IIS and shows "Wating for connection" IE opens up with a Page cannot be displaye...