Sem espaço no disco para o .NET IIS App

1

Eu tenho um servidor IIS executando vários aplicativos. Quando eu verifiquei o espaço disponível na unidade C: \ no servidor, ele disse que 20 GB são gratuitos. Mas ainda recebo o seguinte rastreamento de pilha:

 [IOException: There is not enough space on the disk.
 ]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7717304
System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) +7569557
System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) +150
batchprocessor.btnUpload_Click(Object sender, EventArgs e) +979
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +111
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +79
     System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

Existe uma cota separada em algum lugar?

    
por cdub 25.08.2011 / 02:50

1 resposta

3

Ouvi falar de casos em que o usuário IWAM_ tem uma cota definida e você pode estar atingindo-o.

    
por 25.08.2011 / 02:56

Tags