I created and extended a new virtual server and put a site collection on it. Before the long details I will ask,
1) What the heck does this mean other than it is broken?
2) How the heck do I fix it?
When I go to the site 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.
The logs are:
ASP.NET 2.0.50727.0 - event ID 1088
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.
ASP.NET 2.0.50727.0 - event ID 1073
Failed to initialize the AppDomain:/LM/W3SVC/101569
0678/Root
Exception: System.IO.FileLoadExceptio
n
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d
50a3a' or one of its dependencies. Access is denied.
StackTrace: at System.Reflection.Assembly
.nLoad(Ass
emblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly
.InternalL
oad(Assemb
lyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly
.InternalL
oad(String
assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Activator.CreateIns
tance(Stri
ng assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
at System.Activator.CreateIns
tance(Stri
ng assemblyName, String typeName)
at System.AppDomain.CreateIns
tance(Stri
ng assemblyName, String typeName)
at System.AppDomain.CreateIns
tance(Stri
ng assemblyName, String typeName)
at System.Web.Hosting.Applica
tionManage
r.CreateAp
pDomainWit
hHostingEn
vironment(
String appId, IApplicationHost appHost, HostingEnvironmentParamete
rs hostingParameters)
at System.Web.Hosting.Applica
tionManage
r.CreateAp
pDomainWit
hHostingEn
vironmentA
ndReportEr
rors(Strin
g appId, IApplicationHost appHost, HostingEnvironmentParamete
rs hostingParameters)
Start Free Trial