zoukankan      html  css  js  c++  java
  • IIS 错误 :“NETWORK SERVICE does not have write access” 解决办法

    The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'D:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\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 'D:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files'.

    如同异常详细信息里提示的,给'D:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files'文件夹,NETWORK SERVICE的写权限即可

    我使用Windows Server 2003 sp2

  • 相关阅读:
    现代算法(一) 基因算法
    01-02周 学习总结
    Linux命令之touch详解
    Linux命令之umask详解
    Linux命令之wc详解
    Linux命令之stat详解
    Linux命令之tail详解
    Linux命令之head详解
    Linux命令之less详解
    Linux命令
  • 原文地址:https://www.cnblogs.com/scottgu/p/2205455.html
Copyright © 2011-2022 走看看