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