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
Related Sections
- Implementing Custom ASP.NET Health Monitoring Events and Providers
Provides complete code examples for configuring ASP.NET health monitoring features programmatically.
- Implementing a Protected Configuration Provider
Provides a custom Protected Configuration provider implementation that uses TripleDES to encrypt and decrypt sections of a Web.config file.
- How-to Topics — Configuring ASP.NET Applications
Provides links to topics that illustrate tasks related to configuring ASP.NET applications.
- Walkthrough Topics — Configuring ASP.NET Applications
Provides links to step-by-step walkthrough topics related to configuring ASP.NET applications.