Share via


Samples — Configuring ASP.NET Applications 

Using the features of the ASP.NET configuration system, you can configure an entire server, an ASP.NET application, or individual pages in application subdirectories. You can configure features such as authentication modes, page caching, compiler options, custom errors, debug and trace options, and much more.

This section provides complete code examples for configuring ASP.NET features programmatically.

In This Section