Also, the web config has the following settings:
<customErrors defaultRedirect="~/Errors/Error.aspx" mode="On" />
<customErrors defaultRedirect="~/Errors/Error.aspx" mode="On" />
<!-- Authentication Settings -->
<authentication mode="Forms">
<forms name="BugNET" loginUrl="~/Account/Login.aspx" timeout="2880" />
</authentication>
<!--<authentication mode="Windows" />-->
<!--
<authorization>
<deny users="?" />
</authorization>
-->
<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
<httpRuntime maxRequestLength="4000" executionTimeout="1000" />
</system.web>