我在自己电脑上运行程序一切正常,但是把程序发布到服务器上时就出现问题了,这是为什么呢?
请高手帮忙!重定向 URI 不能包含换行符。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.ArgumentException: 重定向 URI 不能包含换行符。源错误: 
行 375:Response.Redirect("./reportkh.aspx?dh=" + dhkh + "&&kdrq=" + kdrqkh + "&&kh=" + khkh + "&&khnr=" + khnrkh + "&&dyje=" + dyjekh + "&&bz=" + bzkh + "&&dyyy=" + dyyykh + "");
源文件: c:\Inetpub\wwwroot\PKDGLXT\main.aspx.cs    行: 375 堆栈跟踪: 
[ArgumentException: 重定向 URI 不能包含换行符。]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse) +3202770
   System.Web.HttpResponse.Redirect(String url) +6
   main.GridView1_RowCommand(Object sender, GridViewCommandEventArgs e) in c:\Inetpub\wwwroot\PKDGLXT\main.aspx.cs:375
   System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +105
   System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +76
   System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +199
   System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42