退出Prinicpal,并返回到登陆界面
1
FormsAuthentication.SignOut();
2
Response.Write(@"<script>parent.location='"+Request.ApplicationPath + "/Default.aspx'</script>");
FormsAuthentication.SignOut();2
Response.Write(@"<script>parent.location='"+Request.ApplicationPath + "/Default.aspx'</script>");

浙公网安备 33010602011771号