1. Home
  2. Knowledge Base
  3. On-premise/Customer-Hosted Server
  4. IIS/Network
  5. Have multiple .NET websites on the same server in the web.config

Have multiple .NET websites on the same server in the web.config

Multiple Website in Web.config

Here is some information on ASP.NET Web Application:
http://aspdotnetfaq.com/Faq/how-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx

Here is how to use this in practice:

<location path=”.” inheritInChildApplications=”false”>
<system.web>

</system.web>
</location>

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support