Command-Line Profiling of ASP.NET Web Applications
This section describes the procedures and options for collecting performance data for ASP.NET Web applications by using Visual Studio Team System Developer Edition Profiling Tools from the command line.
In This Section
Collecting Application Statistics for ASP.NET Web Applications Using the Profiler Sampling Method from the Command Line
Describes how to use the sampling method to collect performance statistics from ASP.NET applications.Collecting Detailed Timing Data for an ASP.NET Application Using the Profiler Instrumentation Method from the Command Line
Describes how to use the instrumentation method to collect detailed timing data from ASP.NET applications.Collecting Memory Data from an ASP.NET Web Application by Using the Profiler Command Line
Describes how to collect memory allocation and object lifetime data from ASP.NET applications.How to: Modify Web.Config Files to Instrument and Profile Dynamically Compiled ASP.NET Web Applications
Describes how to create or modify the web.config file of an ASP.NET Web application to enable profiling using the instrumentation method.
Related Sections
Command-Line Profiling of Stand-Alone Applications
Describes how to collect performance data from stand-alone (client) applications.Command-Line Profiling of Services
Describes how to collect performance data from Windows services.