From: Finn on
That did it for me as well! Thx

"Juan T. Llibre" wrote:

> re:
> !> How do I fix this error
>
> Give the NT AUTHORITY\NETWORK SERVICE account write access rights to the
> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files directory.
>
> Right-click the folder, select "properties", select the security tab...and give that account full control.
>
>
>
> Juan T. Llibre, asp.net MVP
> ¿ Estas probando VS 2010 y ASP.NET 4.0 ?
> Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
> http://asp.net.do/foros/forums/
> =====================================================
> "Nathan" <Nathan.Masa78(a)gmail.com> wrote in message news:192d13bd-28b5-4598-a3f2-a58eccb91249(a)developmentnow.com...
> > Server Error in '/ITEMA' Application.
> > --------------------------------------------------------------------------------
> >
> > The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to
> > 'C:\WINDOWS\Microsoft.NET\Framework\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 (NT AUTHORITY\NETWORK SERVICE) does not have write
> > access to 'C:\WINDOWS\Microsoft.NET\Framework\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 (NT AUTHORITY\NETWORK SERVICE) does not have write access to
> > 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
> > System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +3474107
> > System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +226
> >
> > [HttpException (0x80004005): The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to
> > 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
> > System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426839
> > System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
> > System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
> >
> >
> >
> >
> > From
> > http://www.developmentnow.com/g/8_2005_10_0_0_618718/How-do-I-fix-this-error-The-current-identity-NT-AUTHORITYNETWORK-SERVICE-does-not-have-write-access-.htm
> >
> > Posted via DevelopmentNow.com Groups
> > http://www.developmentnow.com/g/
>
>
>
>