虚拟目录公共定跳转

 

http://192.168.1.130/Assistant/ShopManager/Shop.aspxurl

string url= Request.ApplicationPath == "/" ? ".." : Request.ApplicationPath;
Response.Redirect(url+"/404.aspx");//http://192.168.1.130/Assistant/404.aspxstring

相关文章
相关标签/搜索