Teamsite 6.1 (SP2) / Windows
Hi,
We have an ASP.NET website being content managed by Teamsite. Below the root directory - which is itself an application as per the instructions for virtualising .NET sites in Teamsite - there are 2 further directories which are defined as Applications within IIS. When virtualising in Teamsite these applications are giving errors.
The child applications have their own bin directories and their own web.configs. When deployed to the live server the applications run as expected with the local web.configs inheriting and extending the parent application's web.config settings. In short outside of Teamsite everything works. For ref on what I mean see:
http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/aaconaspnetwebapplicationdeployment.mspxWithin Teamsite the child applications aren't recognising the settings and values defined in the child/local web.configs and only the website's root web.config is functional. I found that if I put the settings into the web.config at the root of the website these child applications work, problem is some of the values need to be different to those in the root web.config so that's not a suitable workaround. I've tried everything and as it seems to be only within the Teamsite environment that I get this issue I wondered if anyone else out there has experienced the same problem or found a solution.
[Note - the machine.config has
<location allowOverride="true">
and I can't see anything else in the root's configuration that would prevent the web.config files in these subdirectories from extending and overriding the parent values]
thanks
Anita