Showing posts with label
Prevent the parent hosted web application on IIS from forwarding the configuration to its children
.
Show all posts
Showing posts with label
Prevent the parent hosted web application on IIS from forwarding the configuration to its children
.
Show all posts
Sunday, 7 May 2023
Prevent the parent hosted web application on IIS from forwarding the configuration to its children
surround the tag or group of tags you want to prevent it from forwarding by the following tag
<location path="." inheritInChildApplications="false">
......
</location>
Older Posts
Home
Subscribe to:
Posts (Atom)