Well the title says it all im using a asp.net 4.0 project. My file structure looks like this
RootSite
-Web.Config
-WebService (WebApplication)
-Web.Config
Now the WebService seems to get some parts of the web.config from the RootSite, the problem here is
<configuration><system.webServer>
So i tryed to place this around that section <location path="." inheritInChildApplications="false"> but that had the result of making a httpHandler only to function in the root directory...
So is there any solution to this? i don't understand why my webservice's web.config is inheriting from the root's web.config..