ASP.NET Optimization

ASP.NET incorporates a variety of features and tools that allow you to design and implement high-performance Web applications. These features include:

  • An improved process model.
  • Compilation of requested pages and automatic storage on the server.
  • ASP.NET-specific performance counters.
  • Web application testing tools.

ASP.NET also gives you the ability to create Web applications that can handle the demands of processing large numbers of requests simultaneously.

In This Section

  • ASP.NET Caching Features
    Outlines the caching mechanisms that ASP.NET offers.
  • Monitoring Performance Thresholds
    Describes how to use the performance counters that are delivered with the .NET Framework, as well as how to create your own PerformanceCounter objects to customize the way you monitor your applications, services, and drivers.