在Page_Load里面写代码
FormsAuthentication.SignOut();
Response.Clear();
Response.Write("<script language=javascript>parent.location.href='Default.aspx'</script>");
在Page_Load里面写代码
FormsAuthentication.SignOut();
Response.Clear();
Response.Write("<script language=javascript>parent.location.href='Default.aspx'</script>");