ASP.NET incorporates a variety of features and tools that enable you to design and implement high-performance Web applications. Using built-in features of ASP.NET, you can monitor and improve the performance of your applications.
In This Section
- Developing High-Performance ASP.NET Applications
-
Provides suggestions for techniques that can help improve throughput in your Web applications.
- Optimizing Performance in ASP.NET
-
Provides suggestions for techniques for improving the performance of ASP applications that have been ported to ASP.NET.
- Monitoring ASP.NET Application Performance
-
Provides an overview of tools available in ASP.NET for examining performance of Web applications.
- Performance Counters for ASP.NET
-
Provides information on the performance counters available for monitoring ASP.NET.
- How to: View the ASP.NET Performance Counters Available on Your Computer
-
Describes how to examine the information logged about ASP.NET by performance counters.
- ASP.NET Caching
-
Provides information on storing page output and often-used application information in server memory for improved performance.