Server Application Unavailable
Hi ,
I have the problem of same kind.
I developed a web application in visual stdudio .net 2003 and converted to visual studio .net 2005 beta version
My machine is with OS Win 2k3 std server.
And I have IIS 6.0 In my machine framework v1.1 as well as v2.0 is available
whenever I browse the page The Error displayed is like
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.
--------
In the Event Log I found the error as follows
Event Type: Error
Event Source: ASP.NET 2.0.50215.0
Event Category: None
Event ID: 1088
Date: 6/16/2005
Time: 2:13:49 PM
User: N/A
Computer :<cmname>
Description:
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.
For more information, see Help andSupportCenter athttp://go.microsoft.com/fwlink/events.asp.
with warning as
Failed to initialize the AppDomain:/LM/W3SVC/1/Root/RunsManager
Exception: System.IO.FileLoadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.
StackTrace: at System.AppDomain.CreateInstance(String assemblyName, String typeName)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
For more information, see Help and Support Center at
I tried
Following fixes
1.execute the application in different pool
2.I installed from cmd aspnet_regiis /i
3.Also I checked with ACLs also
If any one help me...
Thanks in advance
Thilak
Just going to copy some text i posted on another forum, hope it helps:
One thing i never saw mentioned in running both versions at once was to seperate the application pools that the sites run in.... so i figured i'd pass it along on how to do so...
- Right click on "My Computer"
- Choose "Manage" then expand "Internet Information Services"
- Right click on "Application Pools" and choose "New / Application Pool"
- Give it a name like "2.0 Framework"
- Click "OK"
Now after the install of 2.0 framework, you are going to see a new tab "ASP.NET" when you right click and choose properties from one of your existing web applications... go to that tab and make sure that its mapped to 2.0 framework and not 1.1.... now choose the "Home Directory" tab and set the Application Pool to the new pool you just created... otherwise your app may throw very non-descriptive errors (more or less just "Service Unavailable")
It's a security issue. Check out this link to setup the ASP.NET user with the necessary rights:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT01.asp
Hi,
In the IIS, check the version of ASP.NET used for your application.
To do that, right click on the virtual directory - select properties and you will find the ASP.NET Tab in the properties Window.
Swtich to that tab and in the dropdownlist, select the 2.0 version. Click Ok 2 times to exit.
Write back if this doesnt solve your issue.
Thanks.
Hi,
Did your issue solve?
Thanks.
0 comments:
Post a Comment