Erro There is not enough space on the disk

MySQL

.NET

framework

VB

28/10/2016

Estou tento o seguinte erro :


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 maybeFullPath) +10555701
   System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +10359372
   System.Web.TempFile.AddBytes(Byte[] data, Int32 offset, Int32 length) +30
   System.Web.HttpRawUploadedContent.AddBytes(Byte[] data, Int32 offset, Int32 length) +11241183
   System.Web.HttpRequest.GetEntireRawContent() +586
   System.Web.HttpRequest.FillInFormCollection() +129
   System.Web.HttpRequest.get_Form() +119
   System.Web.HttpRequest.get_HasForm() +11189223
   System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +124
   System.Web.UI.Page.DeterminePostBackMode() +83
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +270

Version Information: Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5491


O estranho que a mesma aplicação roda normalmente na minha maquina e não roda no servidor web
Luiz

Luiz

Curtidas 0

Respostas

Luiz Santos

Luiz Santos

28/10/2016

Luiz.

Pelo erro parece que não há espaço disponível no servidor.
Você consegue ver o tamanho das unidades de disco do seu servidor?

Grande abs
GOSTEI 0
POSTAR