473,386 Members | 1,943 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP 1.1 error...Failed to execute request, App-Domain can't be cre

I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started
to getting...

"Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there is no syntax
errors in the web.config by doing a debug.start without debugging. You may
also want to refer to the ASP.NET and ATL Server debugging topic in the
online documentation."

Occurs on all apps so I figure it's not the web.config. I then checked the
Application Event log which stated:

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

I'm pulling my hair out! I don't know why it started this afternoon. I've
checked that <machine>/ASPNET account has permissions and I still the
problem. I would appreciate any ideas.

Mar 15 '07 #1
6 3816
On Mar 15, 10:19 pm, Dave <D...@discussions.microsoft.comwrote:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started
to getting...

"Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there is no syntax
errors in the web.config by doing a debug.start without debugging. You may
also want to refer to the ASP.NET and ATL Server debugging topic in the
online documentation."

Occurs on all apps so I figure it's not the web.config. I then checked the
Application Event log which stated:

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

I'm pulling my hair out! I don't know why it started this afternoon. I've
checked that <machine>/ASPNET account has permissions and I still the
problem. I would appreciate any ideas.
http://groups.google.com/group/micro...f513bea28d1bbf

Mar 15 '07 #2
Alexey,

Thanks, but this didn't help me too much. My error isn't that descriptive.
When I run the app without debugging, I get:

"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.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur"

So I checked the Application log I saw the App-domain error below. I have
impersonate="true" in my web.config and the ASPNET account set to read &
execute on the folder that has my web app files. I just don't know what it
doesn't like.
"Alexey Smirnov" wrote:
On Mar 15, 10:19 pm, Dave <D...@discussions.microsoft.comwrote:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started
to getting...

"Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there is no syntax
errors in the web.config by doing a debug.start without debugging. You may
also want to refer to the ASP.NET and ATL Server debugging topic in the
online documentation."

Occurs on all apps so I figure it's not the web.config. I then checked the
Application Event log which stated:

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

I'm pulling my hair out! I don't know why it started this afternoon. I've
checked that <machine>/ASPNET account has permissions and I still the
problem. I would appreciate any ideas.

http://groups.google.com/group/micro...f513bea28d1bbf

Mar 16 '07 #3
On Mar 16, 5:08 am, Dave <D...@discussions.microsoft.comwrote:
Alexey,

Thanks, but this didn't help me too much. My error isn't that descriptive.
When I run the app without debugging, I get:

"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.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur"

So I checked the Application log I saw the App-domain error below. I have
impersonate="true" in my web.config and the ASPNET account set to read &
execute on the folder that has my web app files. I just don't know what it
doesn't like.

"Alexey Smirnov" wrote:
On Mar 15, 10:19 pm, Dave <D...@discussions.microsoft.comwrote:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started
to getting...
"Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.
Make sure the server is operating correctly. Verify there is no syntax
errors in the web.config by doing a debug.start without debugging. You may
also want to refer to the ASP.NET and ATL Server debugging topic in the
online documentation."
Occurs on all apps so I figure it's not the web.config. I then checked the
Application Event log which stated:
"Failed to execute request because the App-Domain could not be created.
Error: 0x80070005 Access is denied."
I'm pulling my hair out! I don't know why it started this afternoon. I've
checked that <machine>/ASPNET account has permissions and I still the
problem. I would appreciate any ideas.
http://groups.google.com/group/micro...ework.aspn...- Hide quoted text -

- Show quoted text -
The "Server Application Unavailable" error occurs either when ASP.NET
is not properly installed or an application is not created in IIS.
Goto IIS, Website Properties, Home Directory and check Application
Settings. If application is configured, try to Remove and Create
again. If it doesn't help, try to use ASP.NET Development Server
(Project Properties - Web Tab - Servers - Use VS Development Server).

Or try to reinstall ASP.NET

Mar 16 '07 #4
Alexey,

I tried those suggestions and I still have the issue. In the event log, I
click the link that's listed with my error.

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

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp."

It gives some info on the file:

Event ID: 1088
File Name: aspnet_rc.dll
File Version: 1.1.4322.573
Product Name: Microsoft .NET framework
Product Ver: 1.1.4322.573
Source: ASP.NET 1.1.4322.0

Thinking it was an issue with this .dll, so I tried to re-install the .NET
1.1 SDK/Framework but I get a 1321 error where it states the installer has
insufficient privledges to modify: "C:\program files\microsoft visual studio
..net 2003\sdk\v1.1\Tool Developers Guide\docs\DebugRef.doc"

It doesn't tell me what permissions it needs..just wondering if all this
stuff is related.

"Alexey Smirnov" wrote:
On Mar 16, 5:08 am, Dave <D...@discussions.microsoft.comwrote:
Alexey,

Thanks, but this didn't help me too much. My error isn't that descriptive.
When I run the app without debugging, I get:

"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.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur"

So I checked the Application log I saw the App-domain error below. I have
impersonate="true" in my web.config and the ASPNET account set to read &
execute on the folder that has my web app files. I just don't know what it
doesn't like.

"Alexey Smirnov" wrote:
On Mar 15, 10:19 pm, Dave <D...@discussions.microsoft.comwrote:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started
to getting...
"Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.
Make sure the server is operating correctly. Verify there is no syntax
errors in the web.config by doing a debug.start without debugging. You may
also want to refer to the ASP.NET and ATL Server debugging topic in the
online documentation."
Occurs on all apps so I figure it's not the web.config. I then checked the
Application Event log which stated:
"Failed to execute request because the App-Domain could not be created.
Error: 0x80070005 Access is denied."
I'm pulling my hair out! I don't know why it started this afternoon. I've
checked that <machine>/ASPNET account has permissions and I still the
problem. I would appreciate any ideas.
>http://groups.google.com/group/micro...ework.aspn...- Hide quoted text -
- Show quoted text -

The "Server Application Unavailable" error occurs either when ASP.NET
is not properly installed or an application is not created in IIS.
Goto IIS, Website Properties, Home Directory and check Application
Settings. If application is configured, try to Remove and Create
again. If it doesn't help, try to use ASP.NET Development Server
(Project Properties - Web Tab - Servers - Use VS Development Server).

Or try to reinstall ASP.NET

Mar 16 '07 #5
On Mar 16, 4:19 pm, Dave <D...@discussions.microsoft.comwrote:
Alexey,

I tried those suggestions and I still have the issue. In the event log, I
click the link that's listed with my error.

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

For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp."

It gives some info on the file:

Event ID: 1088
File Name: aspnet_rc.dll
File Version: 1.1.4322.573
Product Name: Microsoft .NET framework
Product Ver: 1.1.4322.573
Source: ASP.NET 1.1.4322.0

Thinking it was an issue with this .dll, so I tried to re-install the .NET
1.1 SDK/Framework but I get a 1321 error where it states the installer has
insufficient privledges to modify: "C:\program files\microsoft visual studio
.net 2003\sdk\v1.1\Tool Developers Guide\docs\DebugRef.doc"

It doesn't tell me what permissions it needs..just wondering if all this
stuff is related.

At least you have a problem with permissions.

To fix 1321 error, please, check this

http://www.wmsoftware.com/kb/kb.asp?a=show&ID=33
http://support.microsoft.com/default...b;en-us;232143

After that, try to reinstall SDK (to check if the problem with
permissions is fixed).

Note, SDK has no ASP.NET, you must (re-)install the .NET Framework
Redistributable Package.

http://www.microsoft.com/downloads/d...displaylang=en

Hope it helps

Mar 16 '07 #6
Alexey,

I think I found the issue. I have file encryption software installed. When
I decrypted the 3 application folders that were having the issue, the problem
went away. Somehow the ASPNET account was being denied access it. I'm not
sure why the issue started since I've had the encryption software for awhile.

Thanks for your suggestions. Dave.

"Alexey Smirnov" wrote:
On Mar 16, 4:19 pm, Dave <D...@discussions.microsoft.comwrote:
Alexey,

I tried those suggestions and I still have the issue. In the event log, I
click the link that's listed with my error.

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

For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp."

It gives some info on the file:

Event ID: 1088
File Name: aspnet_rc.dll
File Version: 1.1.4322.573
Product Name: Microsoft .NET framework
Product Ver: 1.1.4322.573
Source: ASP.NET 1.1.4322.0

Thinking it was an issue with this .dll, so I tried to re-install the .NET
1.1 SDK/Framework but I get a 1321 error where it states the installer has
insufficient privledges to modify: "C:\program files\microsoft visual studio
.net 2003\sdk\v1.1\Tool Developers Guide\docs\DebugRef.doc"

It doesn't tell me what permissions it needs..just wondering if all this
stuff is related.


At least you have a problem with permissions.

To fix 1321 error, please, check this

http://www.wmsoftware.com/kb/kb.asp?a=show&ID=33
http://support.microsoft.com/default...b;en-us;232143

After that, try to reinstall SDK (to check if the problem with
permissions is fixed).

Note, SDK has no ASP.NET, you must (re-)install the .NET Framework
Redistributable Package.

http://www.microsoft.com/downloads/d...displaylang=en

Hope it helps

Mar 19 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bob Murdoch | last post by:
I'm receiving a sporadic error: "The remote procedure call failed and did not execute", when calling the following page: <%@ language="JavaScript" %> <% var vPath =...
1
by: Spencer Hurst | last post by:
Hi, I have currently found an ASP based website that i developed about 3 years ago and am very keen to get it up and running, it's quite a simple site, however when i try to do anything with the...
1
by: Marco Gerlach | last post by:
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888) ...
2
by: ctk70 | last post by:
When I try to run an ASP.NET 2.0 application on my Windows 2000 SP4 computer with IIS 5.0 installed, I receive the following message: Failed to execute the request because the ASP.NET process...
2
by: Nalaka | last post by:
Hi, I get the following error, I thought at random intervals. Then I realized, that this happens around the time tha page outputCache is set to expire. So I disabled the page output cache and the...
6
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I have asked previously, how to get the rid of 'Server application unavailable' error. Mr Llibre tried tried diligently to help, but same problem. I would like a bullet proof suggestion as to how...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: =?Utf-8?B?RGF2aWQgTG96emk=?= | last post by:
Howdy, Trying to run a SSIS package in my .Net app. The error is below. The connection string in the package has the complete connection with user name and password, DELPHI\OPTIMUSPRIME is my...
2
by: akhilesh.noida | last post by:
I am trying to compile glibc-2.5 for ARM based board. But I am getting errors while configuring it. Please check and give your inputs for resolving this. configure command : $...
0
by: ajoealex | last post by:
Server Error in '/' Application. -------------------------------------------------------------------------------- Security Exception Description: The application attempted to perform an...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.