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