Include Multiple .Config Files in ASP.NET Web Application
Publisher
Explains how to include multiple .config files to make ASP.NET Web application.
Product Details
Explains how to include multiple .config files to make ASP.NET Web application more secure and manageable. Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time.
Thumbtack Clone Script - Buy2ThumbsupSponsored
posted bySangvishinClone Scripts
PriceUSD 499.00
Views840
Coupon & Affiliate Theme (New 2022) - Download Now!Sponsored
posted byshopperpressinAffiliate Programs
PriceUSD 99.00
Views7098
User Reviews
Please rate the listing and tell the world know what do you think about the listing.
Using Multiple Web.Config files in Asp.Net
Reviewed byAnonymousonThu, 3rd August 2006
For this we need to change the "appSettings" section of the machine.config file. in this section we have an attribute "allowDefinition".
1.if it is set to "MachineOnly" then we cant override "appSettings" section in our web.config of the root folder.
2. if it is set to "MachineToApplication" then we can override in our root web application folder.
3. if it is omitted then we can override in multiple folders that is seperate web.config file for each folder.
Thanks
Ali Akbar Mohammed