Corrected the authentication redirect issue

- Temporary patch, known bug in Plan9

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-14 13:16:04 -07:00
parent 832f7e20f0
commit 6049aede19

View File

@@ -15,7 +15,14 @@
</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>