Tagged Questions
5
votes
3answers
110 views
What tools does your company use to manage application performance of asp.net applications?
I am not talking about application profilers or debuggers but more specific to managing the applications in production environment. So essentially monitor, identify bottlenecks, deploy fixes.
4
votes
5answers
619 views
Monitoring load on ASP.NET Application
I am looking for ways to keep track of simultaneous users within an application. I cannot use IIS logs due to a load balancer that abstracts the users IP address. I am looking for a .NET code based ...
2
votes
2answers
318 views
Logging of long/unusual page execution time automatically in ASP.NET
I'd like to implement some kind of automatic "logging" in my ASP.NET MVC application when a page execution (incl. database calls etc.) takes longer than 3 seconds, and then gather some 'circumstantial ...