I have a website that uses Forms Authentication. When I test in debug or development server, in IIS7, it works fine. When I publish 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()