Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.)
    text
    copied!<p>After hosting an ASP.NET 2.0 web application on a windows 2000 server(IIS 5). I was unable to browse the web site.</p> <p>The following error message was displayed on the browser and three Event Log entries were added...</p> <p><strong>Error Message on Browser</strong></p> <blockquote> <p>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.</p> </blockquote> <p><strong>Event Log Entries</strong></p> <blockquote> <p>Event Type: Error<br/> Event Source: ASP.NET 2.0.50727.0<br/> Event Category: None<br/> Event ID: 1000<br/> Date: 10/24/2008<br/> Time: 3:45:26 PM<br/> User: N/A<br/> Computer: XXXXX<br/> Description: aspnet_wp.exe (PID: XXXX) stopped unexpectedly.</p> <p>Event Type: Error<br/> Event Source: ASP.NET 2.0.50727.0<br/> Event Category: None<br/> Event ID: 1088<br/> Date: 10/24/2008<br/> Time: 3:45:26 PM<br/> User: N/A<br/> Computer: XXXXX<br/> Description: Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.<br/></p> <p>Event Type: Warning<br/> Event Source: ASP.NET 2.0.50727.0<br/> Event Category: None<br/> Event ID: 1073<br/> Date: 10/24/2008<br/> Time: 3:45:26 PM<br/> User: N/A<br/> Computer: WEBDEV<br/> Description: Failed to initialize the AppDomain:/LM/W3SVC/1/Root/WebApplicationName<br/> Exception: System.IO.FileLoadException<br/> 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.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)<br/> at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection)<br/> at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection)<br/> at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark&amp; stackMark)<br/> at System.Activator.CreateInstance(String assemblyName, String typeName)<br/> at System.AppDomain.CreateInstance(String assemblyName, String typeName)<br/> at System.AppDomain.CreateInstance(String assemblyName, String typeName)<br/> at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)<br/> at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)</p> </blockquote> <p>Any Ideas...</p> <p>** Edit **</p> <p>And Why System.IO.FileLoadException is thrown for accessing System.Web assembly ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload