Pregunta

we are expecting in our ASP.NET-Application some serious perfomance problems and now we are investigating the problem. It seems to us reasonable that the problem is related to current number of HttpApplications. Is there a way to count these with perfom?

¿Fue útil?

Solución

I found the solution. In perfom is a peformance counter called "pipeline-instances" under asp.net applications, that can be used for counting the active HttpApplications.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top