SubOrg_Landing_Pages

Update web.config inheritance rules

12/20/2018 10:16:18 AM

Changes

Details

diff --git a/client/public/web.config b/client/public/web.config
index 0975773..8cde300 100644
--- a/client/public/web.config
+++ b/client/public/web.config
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
+<location path="." inheritInChildApplications="false">
   <system.webServer>
   <rewrite>
     <rules>
@@ -15,4 +16,5 @@
     </rules>
   </rewrite>
 </system.webServer>
+</location>
 </configuration>