Server Application Unavailable
Server Application Unavailable
am 09.01.2008 11:43:57 von 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: Server Application Unavailable
am 09.01.2008 12:11:10 von nomailreplies
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/
======================================
wrote in message news:16627732-5112-4c64-8961-dfb5d6f7c6f3@e6g2000prf.googleg roups.com...
> 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: Server Application Unavailable
am 09.01.2008 12:15:02 von jignesh
Check IIS_WPG group read/write access to web root directory and
Sub-directories under it.
Regards
JIGNESH
"nishanthancp@gmail.com" wrote:
> 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: Server Application Unavailable
am 09.01.2008 13:52:55 von Eliyahu Goldin
A problem with that would likely result in a permanent failure whereas the
OP's problem is random.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"JIGNESH" wrote in message
news:71900717-D5DE-440F-A983-DE8D61CFF18F@microsoft.com...
> Check IIS_WPG group read/write access to web root directory and
> Sub-directories under it.
>
> Regards
> JIGNESH
>
>
>
> "nishanthancp@gmail.com" wrote:
>
>> 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: Server Application Unavailable
am 09.01.2008 16:57:01 von brucebarker
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)
"nishanthancp@gmail.com" wrote:
> 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.
>