Search this Site
powered by
Google
Home
|
About Us
|
Blog
|
Link to Us
|
Contact Us
Shop at Our ASP.NET Store!
ASP.NET Resources
Tutorials & HOW TOs
ASP.NET Feeds
Articles
Blogs - ASP.NET Team
Blogs - Others
Forums
Microsoft KB Articles
ASP.NET Store
Books
Software
Videos
ASP.NET Directory
Applications
Articles & Samples
Components & Controls
Developer Sites
Hosting Services
Post your ASP Questions here!
Get
Web Parts for SharePoint
ASP web hosting on web-hosting-top.com
Cheap
email hosting
services
Find the best
asp.net hosting
providers offering .NET hosting services.
.NET Downloads
.NET Framework 4.0
Visual Studio 2010
Visual Web Dev 2010 Express
HOW TO: Disable web.config Inheritance for ASP.NET Child Applications
Solution
Stopping ASP.NET web.config inheritance
by Brendan Kowitz - shows the usage of
<location path="." inheritInChildApplications="false">
.
ASP.NET web.config Inheritance : Deploying nested web applications under the root of a website
by Virasana (Jean-Pierre under the Guru Meditation Tree) - shows the usage of
remove
tags in the subapplication web.config.
How to disable web.config Inheritance for Child Applications in Subfolders in ASP.NET?
(ASPDotNET FAQ) - example usage of both above techniques.
Disabling Configuration Inheritance For ASP.NET Child Applications
by Colin Cochrane - discusses the use of the inheritInChildApplications attribute in the
<location>
element in web.config.
Related Resources
MSDN: Configuration <location> Settings
Add to favorites
|
Printable page
Home
|
About Us
|
Link to Us
|
Contact Us
Privacy Statement
© 2004-2012 ASPNETWorld.com