http://localhost/Club/index.aspx?vv= 100000
出错时调用//论坛操作出错提示!
public static void GoClubErr(string str_Err,Page page)
{
   page.Response.Redirect(page.Request.ApplicationPath+"/Club/Error.aspx?err="+str_Err+"");
}但是跳不到
http://localhost/Club/Error.aspx?err=1;
为什么?