kevin_lane Posted July 1, 2011 Posted July 1, 2011 Server Error in '/RDWeb/Pages' Application. -------------------------------------------------------------------------------- The current identity (IIS APPPOOL\RDWebAccess) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The current identity (IIS APPPOOL\RDWebAccess) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files'. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [HttpException (0x80004005): The current identity (IIS APPPOOL\RDWebAccess) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files'.] System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +11336505 System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +356 [HttpException (0x80004005): The current identity (IIS APPPOOL\RDWebAccess) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files'.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11301302 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4338644
theriver Posted July 1, 2011 Posted July 1, 2011 I've come across permissions errors similar to this where IIS is installed after the .NET framework. There's a fix/reregistration tool that's worth a shot if that's what's happened: Installing IIS after .NET framework
kevin_lane Posted July 1, 2011 Author Posted July 1, 2011 i installed .net 4 framework and changed the application pool
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now