Append authentication patch to Azure

--HG--
branch : dev
This commit is contained in:
Sébastien Ros
2010-10-16 18:55:14 -07:00
parent 4d1f82ced6
commit bc0c5e611b

View File

@@ -15,7 +15,13 @@
</sectionGroup>
</configSections>
<appSettings/>
<appSettings>
<!--
This is a workaround. Theres a known issue that causes Forms Authentication to always redirect unauthenticated users
to ~/Account/Login, ignoring the forms authentication setting used in Web.config.
-->
<add key="autoFormsAuthentication" value="false" />
</appSettings>
<system.diagnostics configSource="Config\Diagnostics.config"/>
<system.web.webPages.razor>