vb.net - IIS 7.5 Web application inheriting from parent web.config -


I am using an ASP.NET 4.0 project. My file structure looks like this

Routeite
& nbsp; - Web. Confief
& nbsp; -WebService (web application)
& nbsp; & Nbsp; -Web.Config

Now the webserver is root articles from the web. Some parts of config find, there is a problem

& lt; Configuration & gt; & Lt; System.webServer & gt;

So I tried to keep it around that segment & lt; Location path = "." InheritInChildApplications = "false" & gt; But the reason was the result of only one httpHandler working in the root directory ...

So is there a solution? I do not understand the web of my web site. Config to root the web Why should it be inherited from the config ..

According to web design web configurations work this low level But at a higher level and custom properties, the general properties of

Most of the time, the higher the level of the config section in web.config, the less you can be in a case where Your root web Conflict includes those classes which should be defined at a lower level


Comments