6
Shouts

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides - Jon Galloway

published 473 days, 6 hours, 14 minutes ago posted by StevesSteves 476 days, 3 hours, 23 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 5:02:55 PM GMT

The ASP.NET configuration system is build around the idea of inheritance:

Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it. Settings in child directories can optionally override or modify settings that are specified in parent directories. Configuration settings in a Web.config file can optionally be applied to individual files or subdirectori...

category: Web Dev | clicked: 29 | | source: weblogs.asp.net | show counter code
tags: web.config, ASP.NET

1 comment posted.

To post your comment please login or signup