[阅读: 419] 2005-04-23 02:44:39
Server Error in '/' Application.
--------------------------------------------------------------------------------
There is not enough space on the disk.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: There is not enough space on the disk.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IOException: There is not enough space on the disk.
]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +1480844
System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +2163979
System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count) +2159428
System.Web.HttpRawUploadedContent.AddBytes(Byte[] data, Int32 offset, Int32 length) +288
System.Web.HttpRequest.GetEntireRawContent() +590
System.Web.HttpRequest.GetMultipartContent() +64
System.Web.HttpRequest.FillInFormCollection() +326
System.Web.HttpRequest.get_Form() +53
System.Web.HttpRequest.get_HasForm() +61
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +3134937
System.Web.UI.Page.DeterminePostBackMode() +64
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +127
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.16; ASP.NET Version:2.0.40607.16