ASP.NET Forms Authentication - Too many redirects
问题 I have an ASP.NET 4.5 webforms site and trying to setup forms authentication. I have an Account folder with a Login.aspx page within. The main web.config contains the following: <authentication mode="Forms"> <forms loginUrl="~/Account/Login.aspx" timeout="2880"/> </authentication> <authorization> <deny users ="?" /> <allow users = "*" /> </authorization> When I browse to the site, it appropriate redirects to Account/Login.aspx and then throws a browser error indicating Too Many Redirects . I