The current identity (NET4BETA\user1246) does not have write access to 'C:\Windows\Mi

Discussion in 'ASP.NET WebServices' started by user1246, Feb 25, 2010.

  1. user1246

    user1246 Guest

    The current identity (NET4BETA\user1246) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30128\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 (NET4BETA\user1246) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30128\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 (NET4BETA\user1246) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30128\Temporary ASP.NET Files'.]
    System.Web.HttpRuntime.CheckAccessToTempDirectory() +8960831
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +153

    [HttpException (0x80004005): ASP.NET Initialization Error: The current identity (NET4BETA\user1246) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30128\Temporary ASP.NET Files'.]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8961332
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
    System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    are you still getting this error? if so, what is the url?
     

Share This Page