SyntaxFix
Write A Post
Hire A Developer
Questions
I got this error when I did a Response.Redirect after a successful login of the user.
Response.Redirect
I fixed it by doing a FormsAuthentication.RedirectFromLoginPage instead.
FormsAuthentication.RedirectFromLoginPage