SubOrg_Landing_Pages
Changes
client/public/web.config 2(+2 -0)
Details
client/public/web.config 2(+2 -0)
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>