Link to home
Start Free TrialLog in
Avatar of sdlangers
sdlangers

asked on

ASP.NET Server Application Unavailable

Hi,

My users .net web apps were working fine, until he messed something up with the permissions.

now i get the following error on all asp.net apps

Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

when i check the app log - the following error appears

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1088
Date: 11/9/2003
Time: 9:39:47 PM
User: N/A
Computer: ACE1
Description:
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.

I've tried reinstalling .net, but it still comes up. One thing i do notice is that in active directory users, the ASPNET user has a red X beside the icon.

I've also done searches on the error message and tried several suggestions, but none work. IIS is definitely working, cos regular ASP pages are working.

Any ideas? please help!!!

thanks!

ASKER CERTIFIED SOLUTION
Avatar of sunray_2003
sunray_2003
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sdlangers
sdlangers

ASKER

I went through all the options there.

I changed the username to SYSTEM.  this seems to 'sort of' worked.

Now, the asp.net pages come up, but my webservices dont work.  I get the following error

ERROR - WSDLOperation:Instantiating the dispatch object for method xxx failed

this was working before, but not now.

any other ideas?
Ok - i fixed the second part myself.. looks like the following two users were removed from the folders somewhere along the process:

IUSR_machine and IWAM_machine

Granting these users read and execute permissions on the app folders seems to have fixed it.
Hi all,
   I do have a small seniro that I would like to put out so as to recieve advice for I am stumped...
We installed a connection from our office using breezecom radios to a client, at the office of the client we have a clarkconnect box that is doing all the routing and bandwidth control, we are retransmitting in direct sequence to cover a small trailer park that is by the office of the client.
we have no problems covering the 1/4 mile area because we are using a 8dbi antenna with a 1 watt amp, but we are haveing problems with one client who lives 600 feet from the access point
we tried to use a SMC EZ connect model #smc266wv.3 and even though it shows excellent signal we ae unable to connect to the internet. we do have other clients with differnt radios and there is no problems, just with the SMC and that is what we had planned on putting in that area.


                                                   thanks for you suggestions and help in advance
                                                   Robert
Wireless networking is in it's infancy. We really don't know, I mean the manufactures really don't know, at least their tech support in India does not.

What I have scene is that some parts of the building stop or hinder the radio waves of the transmitting or receiving device. It could be the construction of the walls.

OR it could be if you are in an office building that somone else has a transmitter and is on your frequency.

for more information regarding transmition interference see this article

http://www.avidware.net/Co-Location-Los-Angeles.asp

Regards,

Scott
can some provide the answer to this, cause the "accepted answer"-link doesn't work anymore.
well i had the same problem and just couldn't find the sollution.  Lucky me at that time i got a new pc, so i ignored the problem cause i continued working on the new PC.  

Now today (a month later) , on my old pc, i deleted my global assembly  cache (gacutil /cdl),  and  the problem is gone.  

just FYI.

Sub
Hello,

I got error when I try to open an existing ASP.Net web application, but I got "Visual Studio .Net has detected that the specified Web server is not rurning ASP.NET version 1.1. You will be unable to run ASP.Net Web applications or services.
" error message.

I tried to reinstall ASP.Net framework and use:
aspnet_regiis -i

Dont work. I still got same error message.

Please help me.

Thanks.

Susan
Hello,

I got error when I try to open an existing ASP.Net web application, but I got "Visual Studio .Net has detected that the specified Web server is not rurning ASP.NET version 1.1. You will be unable to run ASP.Net Web applications or services.
" error message.

I tried to reinstall ASP.Net framework and use:
aspnet_regiis -i

Dont work. I still got same error message.

If I click the following link on the answer:
http://www.eventid.net/displayqueue.asp?eventid=1088 

Nothing there.



Please help me.

Thanks.

Susan
 
Try this, if you have the /3GB boot switch enabled:

http://support.microsoft.com/default.aspx?scid=kb;en-us;320353
I had gotten the same "ASP.NET Server Application Unavailable" error.

In my case, it was just a permission denied.
I gave "read & execute" permission to the "NETWORK SERVICE" and it worked.
for those having trouble with the link follow the link to the page and then click search eventID and type 1088 in and youl get the solution, well part of it.
The same problem happened to me when I place the web folder on the desktop. But when I moved the web folder to a drive, it worked perfectly.
I solved it the following way:
1. I went to the folder where my web application resides and set permission to run it under ASPNET and IUSR[YOUR_COMPUTER_NAME] users
After step one - I still got error but Event viewer changed the description
2. Then I perform aspnet_regiis.exe -i for .NET version I ran (2.0) and that finally solved the problem
Got the same error,

I run this "aspnet_regiis.exe -i" on command prompt as suggested by LazyStudent. and it works again.

Thanks!