I have a website that uses Forms Authentication. When I test it in debug or in our dev server, in IIS7, it works fine. When I publish it in Production, when I press the Logout button it gives an HTTP 403 Error.
The code I have for my logout button is:
FormsAuthentication.SignOut()
FormsAuthentication.RedirectToLoginPage()