SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Wed, 07 Apr 2010 00:00:00 GMT Indexed on 2010/04/07 20:53 UTC
Read the original article Hit count: 333

Filed under:
This article covers an edge case you might have encountered when using the inheritInChildApplications attribute with a web site hosted on IIS7 and provides two possible solutions to your problem. Scenario You are trying to set up a sub application in your website and you wrap the <location path="." inheritInChildApplications="false"> element around your <system.webServer> element to break dependencies between apps. Despite having followed the correct instructions...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner