Response.Redirect 无法跳转页面
Posted zhyue93
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Response.Redirect 无法跳转页面相关的知识,希望对你有一定的参考价值。
错误现象:Response.Redirect(Server.MapPath("BackIndex.aspx"));
打断点测试执行了这一句,Server.MapPath("BackIndex.aspx")路径也没问题,网上有说webconfig配置了登录验证,改了<authentication mode="None">后,仍然不跳转页面,抓狂!!!
解决方法:去掉Server.MapPath,直接使用Response.Redirect("BackIndex.aspx");能跳转。。。
原理:正迷茫中。。。
以上是关于Response.Redirect 无法跳转页面的主要内容,如果未能解决你的问题,请参考以下文章
asp怎样用response.Redirect进行页面跳转。
asp怎样用response.Redirect进行页面跳转。