Hi Guys,
I have deployed a website in IIS8.5 as an Application of another website (http://websiteparent/websitechild) . I´m currently having hte problem that the websitechild inherits the configuration of the web.config of websiteparent. I have tried to stop this behaviour by setting in applicationHost.config file the following:
<applicationpools>
<add name="websitechildpool" enableConfigurationOverride="false" />
</applicationpools>
where websitechildpool is the application pool of websitechild, but it seems it is not working since i´m getting errors due to colisions with the parent web.config.
I have also tried by setting the follwoing:
<virtualDirectoryDefaults allowSubDirConfig="false" />
But seems it is not helping neither.
I will appreciate any help that you can provide me.
Thanks in advance.
Paola