: I would classify it as a serverfault question. But since you asked my two cents. You could set this in your web.config <location path="." inheritInChildApplications="false"> <system.web>
I would classify it as a serverfault question. But since you asked my two cents.
You could set this in your web.config
<location path="." inheritInChildApplications="false">
<system.web>
...
</system.web>
</location>
What it does?
inheritInChildApplications
Optional Boolean attribute.
Specifies whether configuration settings that are specific to a
certain location (such as the root directory of a Web site) are
inherited by applications that exist in subdirectories.
The default is True.
More Info: How to disable web.config Inheritance for Child Applications in Subfolders in ASP.NET?
More posts by @Nimeshi995
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.