logout

  • Thread starter Thread starter blu3g85
  • Start date Start date
If you are using forms authentication it's something like:
FormsAuthentication.SignOut()
Response.Redirect("login.aspx")
 
Back
Top