I have .Net v4 installed in my PC and Im using Win Xp Pro, IIS 5.1
When I try browsing to the default page I get the following error
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.
I have checked the event logs and I get the following errors
Message: Exception of type 'System.Configuration.ConfigurationErrorsException' was thrown.
StackTrace: at System.Web.Configuration.ErrorRuntimeConfig.ErrorConfigRecord.System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(String configKey)
at System.Web.Configuration.RuntimeConfigLKG.GetSectionObject(String sectionName)
at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
at System.Web.Configuration.RuntimeConfig.get_HostingEnvironment()
at System.Web.Hosting.HostingEnvironment.StartMonitoringForIdleTimeout()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
I managed to fix this, actually it was because I had installed IIS after .net in my machine. So the ASPNET account did not have permissions to access my root folder.
So I had to run the aspnet_regiis -ga [ASPNET] command and it worked. IIS 5.1 seems ok so far, no issues yet.
Cannot get started with Umbraco
I am new to Umbraco and I have installed it using MS WPI 2. I configured Umbraco following this video tutorial http://www.youtube.com/watch?v=HArgI8iS9tM
I have .Net v4 installed in my PC and Im using Win Xp Pro, IIS 5.1
When I try browsing to the default page I get the following error
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.
I have checked the event logs and I get the following errors
1. aspnet_wp.exe (PID: 2180) stopped unexpectedly.
3.Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902
Check your permissions also not sure if iis5.1 is supported?
Regards
Isamil
Hi Divahar
Ismail is right IIS 5.1 is not supported. You can find more information about requirements here: http://our.umbraco.org/wiki/recommendations/recommended-reading-for-it-administrators/minimum-system-requirements
Is it possible for you to upgrade your IIS to 6 perhaps?
/Jan
Thanks a lot for your help Ismail and Jan.
I managed to fix this, actually it was because I had installed IIS after .net in my machine. So the ASPNET account did not have permissions to access my root folder.
So I had to run the aspnet_regiis -ga [ASPNET] command and it worked. IIS 5.1 seems ok so far, no issues yet.
Thanks again guys.
D
Happy you got it working and great to learn that it can might run on IIS 5.1 :-)
/Jan
is working on a reply...