Not restart IIS 6
sw
Posts: 3
Is there any chance that ANTS profiler will be able to narrow the scope of restarting web applications to the appropriate appPool as opposed to the entire IIS service? Currently debugging an ASP.NET application in IIS6 can be scoped to the app pool, meaning several developers can simultaneously use the same server for debugging. Seems a shame that in order to profile the same applications we have to go back to the dark ages of hogging IIS via stops and restarts.
otherwise a great product.
thanks,
s.
otherwise a great product.
thanks,
s.
This discussion has been closed.
Comments
That's something that we're definitely looking into. ANTS Profiler doesn't seem to be too savvy with Application Pools and depends on the availability of the DefualtAppPool. It still uses the 'old way' of connecting to IIS6 in that it logs in with information from the processModel of Machine.Config. This makes it understandably difficult to profile applications on IIS6 servers that use the Application Pool security to access databases and the like.