473,761 Members | 4,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3850
On Mar 15, 10:19 pm, Dave <D...@discussio ns.microsoft.co mwrote:
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="tr ue" 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...@discussio ns.microsoft.co mwrote:
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...@discussio ns.microsoft.co mwrote:
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="tr ue" 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...@discussio ns.microsoft.co mwrote:
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.co m/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\T ool Developers Guide\docs\Debu gRef.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...@discussio ns.microsoft.co mwrote:
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="tr ue" 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...@discussio ns.microsoft.co mwrote:
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...@discussio ns.microsoft.co mwrote:
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.co m/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\T ool Developers Guide\docs\Debu gRef.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...@discussio ns.microsoft.co mwrote:
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.co m/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\T ool Developers Guide\docs\Debu gRef.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
1379
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 = Server.MapPath('/btrc/shared/server/files') + '\\'; Response.AddHeader('Content-Disposition','attachment;filename=' + Request('FileName')); Response.AddHeader('Content-Type','application/octetstream'); Response.AddHeader('Pragma','no-cache');
1
1755
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 database i have a problem with the DSN (I Think). The error i get is something like the following: Drivers SQLSetConnectAttr failed. /homepage/takeregistration.asp line 10.
1
7756
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) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information
2
8897
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 identity does not have read permissions to the global assembly cache. Error: 0x80070005 Access is denied. Why does it need access to the GAC? Any ideas on how to resolve this?
2
2680
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 problem went away. I put in the outputcache back and the problem is back. I am using forms authentication... and asp.net 2.0. Have you seen this problem before... any help is deeply appreciated.
6
2836
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 to get my .aspx pages to be shown on IIS. Here is the error. Event Type: Error Event Source: ASP.NET 2.0.50727.0 Event Category: None Event ID: 1089 Date: 18/05/2007
3
12061
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 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (machine.config) ---> System.Security.SecurityException: Request for the permission of type
0
1553
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 workstation... FailureError in Microsoft.SqlServer.Dts.Runtime.Package/Connection manager "DestinationConnectionOLEDB" : An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client"...
2
6361
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 : $ ../glibc-2.5/configure --prefix=/mnt/new/Mars/glibc_HQ_test/GLIBC/ install/ --with-__thread --enable-kernel=2.6.11 --enable-shared
0
1457
by: ajoealex | last post by:
Server Error in '/' Application. -------------------------------------------------------------------------------- Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details:...
0
9522
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9336
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9948
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6603
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.