设置断点调试下,VS最大的好处就是调试方便,别把它扔了哈。
调试看下Session是不是为空,或者在大括号里面加一句
if (Session["name"] == null)
{
if(Session["name"].ToString()=="")
{
Response.Redirect("login.aspx")
}
}
这样写session("Passed")="true"
If Session("Passed")<>'true" Then
Response.Redirect ("login.asp")
response.End()
End If
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)