tôi đang sử dụng elmah ->Elmah.axd trong dự án của tôi để tìm lỗi.
có một lỗi như thế này:Máy chủ từ xa đã đóng kết nối Lỗi, cách khắc phục?
System.Web.HttpException: The remote host closed the connection. The error code is 0x800703E3.
Generated: Sun, 27 Nov 2011 13:06:13 GMT
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x800703E3): The remote host closed the connection. The error code is 0x800703E3.
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpWriter.TransmitFile(String filename, Int64 offset, Int64 size, Boolean isImpersonating, Boolean supportsLongTransmitFile)
at System.Web.HttpResponse.TransmitFile(String filename, Int64 offset, Int64 length)
at SalarSoft.Utility.SP1.ResumeDownload.ProcessDownload(String fileName, String headerFileName)
at NiceFileExplorer.en.Download.DownloadFile_SalarSoft(String fileName)
at NiceFileExplorer.en.Download.GoForDownloadFile(String filepath)
at NiceFileExplorer.en.Download.MainCodes()
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
trong làm việc với trang web, chúng ta không thấy lỗi này.
nhưng elmah gửi lỗi này cho tôi nhiều lần.
ý nghĩa của lỗi này và cách khắc phục sự cố?
EDIT 1
{trang web của tôi là dành cho downlaod file điện thoại di động và một số lần nó thực sự bận rộn}
{i đang sử dụng windows server 2008 r2-> truy cập từ xa}
EDIT 2 sau khi bình luận
một số cửa sổ thông tin và cảnh báo (không có lỗi) các bản ghi cho ngày hôm nay là như dưới đây:
cảnh báo
Quá trình phân phối hồ bơi ứng dụng 'ASP.NET 4.0 (tích hợp)' vượt quá giới hạn thời gian trong khi tắt. Id quá trình là '6764'.
cảnh báo
Một quá trình lao '3232' phục vụ hồ bơi ứng dụng 'ASP.NET 4.0 (tích hợp)' thất bại trong việc ngăn chặn một kênh nghe cho giao thức 'http' trong thời gian quy định. Các trường dữ liệu chứa số lỗi.
cảnh báo
Một quá trình phục vụ hồ bơi ứng dụng 'ASP.NET 4.0 (tích hợp)' vượt giới hạn thời gian trong quá trình shut down. Id quá trình là '3928'.
Bạn cần tìm hiểu lý do tại sao máy chủ từ xa đóng kết nối. –
Bạn sẽ phải xem trên máy chủ. Ví dụ, bản ghi sự kiện Windows trên máy chủ; có thể nhật ký IIS. –
@John Saunders hi và cảm ơn cho bình luận, plz xem EDIT của tôi 2. – MoonLight