Server Application Unavailable

  • Thread starter Thread starter nishanthancp
  • Start date Start date
N

nishanthancp

Hi,

Our Web server runs Windows 2003 Server, IIS6.0, ASP.Net 2.0. We
randomly get "Server Application Unavailable" error.

The event log says
"Failed to execute request because the App-Domain could not be
created. Error: 0x8007000e Not enough storage is available to complete
this operation."

Can anybody help to resolve the issue.

Thanks.
 
re:
!> Error: 0x8007000e Not enough storage is available to complete this operation."

I hate to ask the obvious but,

a) do you have enough free space in your boot drive ?
b) have you run, recently, a disk integrity check ?



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Check IIS_WPG group read/write access to web root directory and
Sub-directories under it.

Regards
JIGNESH
 
this generally means the asp.net temp folder is full. purge:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files


-- bruce (sqlwork.com)
 
Back
Top