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
Conferences & Events
Forums
Microsoft KB Articles
ASP.NET Store
Books (including reviews)
Software
Videos
ASP.NET Directory
Applications
Articles & Samples
Components & Controls
Developer Sites
Hosting Services
Post your ASP Questions here!
.NET Downloads
.NET Framework 3.5
Visual Studio 2008
Visual Web Dev 2008 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-2010 ASPNETWorld.com