Profiling ASP.NET web applications
If you ever need to profile your ASP.NET web application, you can take advantage of the profiling tools that come with Visual Studio 2008 Team Development Edition.
Here’s a nice overview in the MSDN library: Analyzing Application Performance using Profiling Tools
And if you’re a command-line type of person, you’ll enjoy these links:
- Command-line profiling of ASP.NET web applications: https://msdn.microsoft.com/en-us/library/dd255401.aspx
- How to instrument statically-compiled asp.net web app: https://msdn.microsoft.com/en-us/library/dd255438.aspx
- How to instrument dynamically-compiled asp.net web app: https://msdn.microsoft.com/en-us/library/dd255387.aspx
Comments
- Anonymous
November 05, 2012
You can also use Asp.Net Web Profiler for running applications. It actually displays all content in the asp.net cache and application state. It will also display all active sessions in the application along with the content in each session. Sizes of all serializable objects will be calculated and displayed for drill down into managed object properties and contents. You can get it at http://www.aspwebprofiler.com