ASP.NET Forms Authentication - Too many redirects
Please check if you have somewhere on your page that you have redirected to same page that you are in, or somewhere global, this endless loop.
eg Response.Redirect("Login.aspx");
Please check if you have somewhere on your page that you have redirected to same page that you are in, or somewhere global, this endless loop.
eg Response.Redirect("Login.aspx");