标签: asp.net
我正在尝试Reponse.Redirect到一个错误页面,将用于三种类型的源。当我运行此QueryString时,它不会转到该页面。它生成通用的ASP.NET错误页面。
Response.Redirect("~/dispatch/NoStationError.aspx?Name=" + thisStation + "&Type=" + "Station");
thisStation是一个字符串