Reputation: 11577
I have an existing ASP.NET 2.0 web service serves several WinForms clients. In our application, We belive we have performance problem in several levels.
This is an existing application with large code base, I would like to instrument this app to find out hotspots.
Upvotes: 6
Views: 2570
Reputation: 706
This is a great tool for profiling and troubleshooting a live web app: http://newrelic.com/
Upvotes: 0
Reputation: 8174
This may help:
ASP.NET and WorkerThreads – Interesting performance tweaks
20 Tips to Improve ASP.net Application Performance
Use Custom Http Handlers To Improve Performance in ASP.NET
Best practices for ASP.Net applications
Scaling Strategies for ASP.NET Applications
Upvotes: 3