<configuration>
<location allowoverride="false" path="app1"><system.web><identity username="app1" impersonate="false" password="app1pw"></location>
<location allowoverride="false" path="app2"><system.web><identity username="app2" impersonate="false" password="app2pw"></SYSTEM.WEB></location>
</configuration>
allowdefinition is used to allow child to define tags
allowoverride is used to allow child to override tags
<location path="." inheritInChildApplications="false">
<system.web> ... </system.web></location>
No comments:
Post a Comment