WebException: 远程服务器返回错误: (404) 未找到
页面出现一个 WebException: 远程服务器返回错误: (404) 未找到asp.net 页面调用一个事先编写好的dll文件。做的工作是将数据库中的页面信息取出,然后再跟根据asp模板生成静态的htm页面。
执行以后出现如下错误:
===========================================================
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
远程服务器返回错误: (404) 未找到。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Net.WebException: 远程服务器返回错误: (404) 未找到。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[WebException: 远程服务器返回错误: (404) 未找到。]
System.Net.HttpWebRequest.CheckFinalStatus() +680
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) +139
System.Net.HttpWebRequest.GetResponse() +249
SellBrands.Admin.AdminPublish.IndexPublish(String filename, String pubname)
SellBrands.Admin.AdminPublish.Button14_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
--------------------编程问答-------------------- up --------------------编程问答-------------------- 我也遇到过类似的问题,但忘记怎样解决的啦!
补充:.NET技术 , ASP.NET