Tagged Questions
17
votes
3answers
4k views
What are the best ASP.NET performance counters to monitor?
There are truckloads of counters available in perfmon for ASP.NET. What are the best (I am thinking of choosing 5-10) that will be the best to monitor in our test environment so that we can feed back ...
6
votes
5answers
4k views
How to detect SqlServer connection leaks in a ASP.net applications?
I'm currently doing some GUI testing on a ASP.net 2.0 application.
The RDBMS is SQL Server 2005. The host is Win Server 2003 / IIS 6.0.
I do not have the source code of the application because it ...
2
votes
3answers
113 views
How can I keep track of how many calls I make to other 3rd party API's using .NET?
In a number of our web applications, we make calls to 3rd part API's like Twitter, etc. Nothing new there.
What we would like to do is to grab some statistics about our website usage -> how many ...
1
vote
2answers
319 views
Adding performance counters via my ASP.NET code?
I'm trying to add some performance counters to my asp.net website. Now, I know how to increment/decrement some custom counter I make .. but my problem is that if I get my ASP.NET website to create ...
1
vote
2answers
850 views
Can ASP.NET Impersonate a user to Delete a Performance Counter Category?
I believe that I have successfully impersonated my own user account while running an ASP.NET page on my local machine.
Using the method described here, I have successfully changed the ...
0
votes
1answer
342 views
ASP.NET performance counter logging, reporting tool
I have been looking for a solution to allow us to monitor our web servers performance counters over an asp.net website.
Is there an existing tool that I can make use of to accomplish this or will I ...
0
votes
1answer
475 views
ASP.NET and the Output Cache - how can see if it's working?
Problem: I've got an ASP.NET website and i don't believe that my code is getting OutputCached correctly. I'm using IIS7 performance counters to show me the hits or misses a second.
i've got a ...