Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > "Server Application Unavailable"... ?

Reply
Thread Tools

"Server Application Unavailable"... ?

 
 
PJ6
Guest
Posts: n/a
 
      09-29-2005
Other ASP.NET web projects are running OK, but one in particular is giving
me a "Server Application Unavailable" error.

The event log shows, "Failed to execute request because the App-Domain could
not be created. Error: 0x80070005 Access is denied."

This was working earlier today, and I haven't altered anything. I'm sort of
at a loss as to how to fix this.

Paul


 
Reply With Quote
 
 
 
 
Raul Macias
Guest
Posts: n/a
 
      09-29-2005
Have you tried this?

http://support.microsoft.com/default...b;en-us;315158

-Raul

"PJ6" <> wrote in message
news:OMO3%...
> Other ASP.NET web projects are running OK, but one in particular is giving
> me a "Server Application Unavailable" error.
>
> The event log shows, "Failed to execute request because the App-Domain
> could not be created. Error: 0x80070005 Access is denied."
>
> This was working earlier today, and I haven't altered anything. I'm sort
> of at a loss as to how to fix this.
>
> Paul
>
>



 
Reply With Quote
 
 
 
 
PJ6
Guest
Posts: n/a
 
      09-30-2005
Well that's an accurate description of the error, but

- my machine is not a PDC, BDC, or a server
- the ASPNET account already exists and is properly configured
- all the other projects work just fine

It's probably something in the project itself. I just wish the error were a
little more helpful.

Paul

"Raul Macias" <> wrote in message
news:...
> Have you tried this?
>
> http://support.microsoft.com/default...b;en-us;315158
>
> -Raul
>
> "PJ6" <> wrote in message
> news:OMO3%...
>> Other ASP.NET web projects are running OK, but one in particular is
>> giving me a "Server Application Unavailable" error.
>>
>> The event log shows, "Failed to execute request because the App-Domain
>> could not be created. Error: 0x80070005 Access is denied."
>>
>> This was working earlier today, and I haven't altered anything. I'm sort
>> of at a loss as to how to fix this.
>>
>> Paul
>>
>>

>
>



 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      09-30-2005
If you're running both ASP.NET 1.1 and ASP.NET 2.0,
check to see if the Application is running under one or the other,
and check to see if it's running in a separate Application Pool,
if you're using IIS 6, or a separate isolation level, if running IIS 5 or 5.1.

i.e., if it's a 1.1 App, it must be isolated from 2.0 apps,
and if its a 2.0 App, it must be isolated from the 1.1 apps.




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/
======================================
"PJ6" <> wrote in message news:...
> Well that's an accurate description of the error, but
>
> - my machine is not a PDC, BDC, or a server
> - the ASPNET account already exists and is properly configured
> - all the other projects work just fine
>
> It's probably something in the project itself. I just wish the error were a little more
> helpful.
>
> Paul
>
> "Raul Macias" <> wrote in message
> news:...
>> Have you tried this?
>>
>> http://support.microsoft.com/default...b;en-us;315158
>>
>> -Raul
>>
>> "PJ6" <> wrote in message
>> news:OMO3%...
>>> Other ASP.NET web projects are running OK, but one in particular is giving me a
>>> "Server Application Unavailable" error.
>>>
>>> The event log shows, "Failed to execute request because the App-Domain could not be
>>> created. Error: 0x80070005 Access is denied."
>>>
>>> This was working earlier today, and I haven't altered anything. I'm sort of at a loss
>>> as to how to fix this.
>>>
>>> Paul



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Winform Application Configuration Deleted by Application lhak ASP .Net 0 10-23-2004 11:47 PM
Calling Windows application from Web application ASP .Net 1 11-02-2003 03:30 AM
What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application? Sean ASP .Net 2 08-07-2003 07:13 AM
Application folder not seeing namespace of the main application gh0st54 ASP .Net 0 07-04-2003 07:15 PM
How to inherit a base form in all application forms of an asp.net application varun varun ASP .Net 0 07-03-2003 08:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57