summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projecttemplates/WebFormsRelyingParty/Web.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Web.config b/projecttemplates/WebFormsRelyingParty/Web.config
index 1d7c29f..9214ee8 100644
--- a/projecttemplates/WebFormsRelyingParty/Web.config
+++ b/projecttemplates/WebFormsRelyingParty/Web.config
@@ -48,7 +48,7 @@
<messaging>
<untrustedWebRequest>
<whitelistHosts>
- <add name="localhost" />
+ <!--<add name="localhost" />-->
</whitelistHosts>
</untrustedWebRequest>
</messaging>