Server Error in '/' Application.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donilourdu
    New Member
    • Jan 2007
    • 53

    Server Error in '/' Application.

    hi .I am doni. When i try to deploy a web site i found follwing error. Plz help me to recover from that

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    The current identity (NT AUTHORITY\NETWO RK SERVICE) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\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.Http Exception: The current identity (NT AUTHORITY\NETWO RK SERVICE) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\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\NETWO RK SERVICE) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files'.]
    System.Web.Http Runtime.SetUpCo degenDirectory( CompilationSect ion compilationSect ion) +3474107
    System.Web.Http Runtime.Hosting Init(HostingEnv ironmentFlags hostingFlags) +226

    [HttpException (0x80004005): The current identity (NT AUTHORITY\NETWO RK SERVICE) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files'.]
    System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +3426839
    System.Web.Http Runtime.EnsureF irstRequestInit (HttpContext context) +88
    System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr) +149




    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.507 27.42; ASP.NET Version:2.0.507 27.42
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    It looks like you just don't have access to write in that folder.

    Go to the folder in question, under properties>perm issions make sure <iuser> has permission to write.

    Comment

    • donilourdu
      New Member
      • Jan 2007
      • 53

      #3
      Thank you for your Information. But Thats not a Issue . Now I solved that . Error is due to Installation.

      IIS is configured before Installation of DotNet 2005. Initally I did IIS is configured after installtion of DotNet 2005



      with regards,
      Doni


      Originally posted by jhardman
      It looks like you just don't have access to write in that folder.

      Go to the folder in question, under properties>perm issions make sure <iuser> has permission to write.

      Comment

      Working...