473,804 Members | 4,269 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

app wont run

every time i try to run my asp.net 2.0 app it says

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.

when i check my app event log i get these entries (errors / warrnings)

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1073
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
Failed to initialize the AppDomain:/LM/W3SVC/433594531/Root

Exception: System.IO.FileL oadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its
dependencies. Access is denied.
StackTrace: at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName,
String codeBase, Evidence assemblySecurit y, Assembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotF ound, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Strin g assemblyString,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName,
Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args,
CultureInfo culture, Object[] activationAttri butes, Evidence securityInfo,
StackCrawlMark& stackMark)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment AndReportErrors (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)

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


Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1088
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
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.


now... run www service in IIS 5.0 isolation mode is turned off! and my site
is set up to run in the DefaultAppPool and its ASP.NET version is set to
2.0.50727... so what could be wrong? my other sites work just fine on the
same sever! just this one site wont work... and works perfectly fine on a
different server... and works fine on our development test server (we are
moving it from its current location to new hardware) and they are running on
windows 2003 SP1... any ideas? thanks!
Feb 7 '06 #1
3 3084
Have you tried running it in a seperate app pool that ONLY runs that 2.0
application, nothing else?

"Brian Henry" wrote:
every time i try to run my asp.net 2.0 app it says

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.

when i check my app event log i get these entries (errors / warrnings)

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1073
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
Failed to initialize the AppDomain:/LM/W3SVC/433594531/Root

Exception: System.IO.FileL oadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its
dependencies. Access is denied.
StackTrace: at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName,
String codeBase, Evidence assemblySecurit y, Assembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotF ound, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Strin g assemblyString,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName,
Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args,
CultureInfo culture, Object[] activationAttri butes, Evidence securityInfo,
StackCrawlMark& stackMark)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment AndReportErrors (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)

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


Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1088
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
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.


now... run www service in IIS 5.0 isolation mode is turned off! and my site
is set up to run in the DefaultAppPool and its ASP.NET version is set to
2.0.50727... so what could be wrong? my other sites work just fine on the
same sever! just this one site wont work... and works perfectly fine on a
different server... and works fine on our development test server (we are
moving it from its current location to new hardware) and they are running on
windows 2003 SP1... any ideas? thanks!

Feb 7 '06 #2
Try to set
<customErrors mode="Off" />

in a web.config

by default it's "RemoteOnly "

then it should give you the error

George.

"Brian Henry" <no****@nospam. com> wrote in message
news:eb******** ******@TK2MSFTN GP10.phx.gbl...
every time i try to run my asp.net 2.0 app it says

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.

when i check my app event log i get these entries (errors / warrnings)

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1073
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
Failed to initialize the AppDomain:/LM/W3SVC/433594531/Root

Exception: System.IO.FileL oadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its
dependencies. Access is denied.
StackTrace: at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName,
String codeBase, Evidence assemblySecurit y, Assembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotF ound, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Reflecti on.Assembly.Int ernalLoad(Strin g assemblyString,
Evidence assemblySecurit y, StackCrawlMark& stackMark, Boolean
forIntrospectio n)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName,
Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[]
args, CultureInfo culture, Object[] activationAttri butes, Evidence
securityInfo, StackCrawlMark& stackMark)
at System.Activato r.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at System.AppDomai n.CreateInstanc e(String assemblyName, String typeName)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)
at
System.Web.Host ing.Application Manager.CreateA ppDomainWithHos tingEnvironment AndReportErrors (String
appId, IApplicationHos t appHost, HostingEnvironm entParameters
hostingParamete rs)

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


Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1088
Date: 2/7/2006
Time: 1:51:59 PM
User: N/A
Computer: BENEFITSERVER
Description:
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.


now... run www service in IIS 5.0 isolation mode is turned off! and my
site is set up to run in the DefaultAppPool and its ASP.NET version is set
to 2.0.50727... so what could be wrong? my other sites work just fine on
the same sever! just this one site wont work... and works perfectly fine
on a different server... and works fine on our development test server (we
are moving it from its current location to new hardware) and they are
running on windows 2003 SP1... any ideas? thanks!

Feb 7 '06 #3
no, still says application unavailable even with that

however i fixed it somehow by deleteing the app poll the site and recreating
them...
Feb 9 '06 #4

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

Similar topics

4
1801
by: Steve Westwood | last post by:
I have a WebForm button. Depending on calculation I wont to send a popup message to the web page. I am not sure of the approach. From the server side code I don't seem to be able to access the client side script. Can anyone help? I am using the VS .net C# environment
5
1926
by: manokumar | last post by:
hiye, i notice that some if not all of my folders in winxp pro. are set as read only and its giving me some problem with development. so as the natural thing, i unchecked the read only option and click apply then click ok. and when i right click on the same folder again JUST TO MAKE SURE the read only option is checked AGAIN. so again, unchecked, and again its check and the cycle repeats. anyway, i'm the administrator to this computer. so...
2
1067
by: Lasse Edsvik | last post by:
Hello Im trying to run a simple asp.net page and it wont execute......... i run aspnet_regiis -i and it runs successfully..... but my pages wont execute.... what's wrong?? /Lasse
4
1876
by: dhnriverside | last post by:
HI guys I've just written my first independent namespace for my library (yay me!). However, on trying to add it to my website project, it causes an error when I look at the website. It compiles ok though... The error message is... "The located assembly's manifest definition with name 'HudsonNash.Utils.Security' does not match the assembly reference"
3
7547
by: =?Utf-8?B?SlA=?= | last post by:
<asp:GridView ID="gridResults" runat="server" AutoGenerateColumns="False" Width="98%" PageSize="25" AllowPaging="True" OnSorting="gridResults_Sorting" OnPageIndexChanging ="gridResults_PageIndexChange" AllowSorting="True" OnRowDataBound="gridResults_RowDataBound" EnableViewState="False" OnRowCommand="gridResults_Command" ></asp:GridView> Inside a <ItemTemplateI have an <asp:ImageButton> The problem is that no matter what I do,...
0
9706
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
9579
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
10575
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10330
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
10319
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
10076
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
5520
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...
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2990
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.