I am not able to run aspx page from iis. though asp pages are working fine. browser showing this error message 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. and administrative event log is showing this mesage Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. Failed to initialize the AppDomain:/LM/W3SVC/1/ROOT/ne 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.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence
assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr,
Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark) at System.Activator.CreateInstance(String assemblyName, String typeName) at System.AppDomain.CreateInstance(String assemblyName,
String typeName) 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) Please helpl me Thanks
Give the IIS_WPG group (which contains ASPNET, IWAM_MachineName, LOCAL SERVICE, NETWORK SERVICE & SYSTEM) read/write access to our web root directory & everything beneath.
If that does not fix it then try from your .NET 2.0 folder (C:\Windows\Microsoft.NET\Framework\v2.0.50727).
aspnet_regiis.exe -u
and then
aspnet_regiis.exe -i
HTH.
~ Ganesh
Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
Himanshumake...
1 Post
run aspx from iis
Mar 07, 2008 11:32 AM|LINK
ganeshanekar
551 Posts
Re: run aspx from iis
Mar 07, 2008 01:29 PM|LINK
Give the IIS_WPG group (which contains ASPNET, IWAM_MachineName, LOCAL SERVICE, NETWORK SERVICE & SYSTEM) read/write access to our web root directory & everything beneath.
If that does not fix it then try from your .NET 2.0 folder (C:\Windows\Microsoft.NET\Framework\v2.0.50727).
aspnet_regiis.exe -u
and then
aspnet_regiis.exe -i
HTH.
~ Ganesh
testoracle
1 Post
Re: run aspx from iis
Oct 25, 2010 12:08 PM|LINK
worked like magic! Thanks