1
I have a website that uses Forms Authentication. When I test in debug or on the development server, in IIS7, it works well. When I post to the Production server, and press the Logout button, an HTTP 403 error occurs. The code I have for the logout button is:
FormsAuthentication.SignOut()
FormsAuthentication.RedirectToLoginPage()