Hello,
I tried to create a configuration with childSource attribute on clean IIS 8.5 and 10 installations.
It's working, but in IIS Manager for the site with childSource attribute:
- Content View is showing nothing
- Explore and Edit Permissions Actions aren't working
- Virtual Directory tree is empty
The same configuration on IIS 7.5 working without any problem.
applicationHost.config:
<site name="test" id="2" serverAutoStart="true" childSource="d:\temp\test.config" />
chilSource config file (test.config):
<site><application path="/" applicationPool="test"><virtualDirectory path="/" physicalPath="D:\temp" /></application><bindings><binding protocol="http" bindingInformation="192.168.5.37:80:localiis.com" /></bindings></site>
Could you please help me to find a workaround/patch for this issue?
Thanks a lot!