zoukankan      html  css  js  c++  java
  • server error in '/' applecation----Compiler Error Message: CS0016: Could not write to output file 'c:WindowsMicrosoft.NETFramework64v4.0.30319Temporary ASP.NET Files ootxx' -- 'Access is denied

    今天在阿里云虚拟机上部署新站点后出现下面的错误:server error in '/' applecation

    Compiler Error Message: CS0016: Could not write to output file 'c:WindowsMicrosoft.NETFramework64v4.0.30319Temporary ASP.NET Files
    ootxx' -- 'Access is denied. '


    错误图片如下:

    找遍了网上的资料最后总结为以下几步::

    • Cleaned the "C:WindowsMicrosoft.NETFramework64v4.0.30319Temporary ASP.NET Files" folder
    • Gave Full permissions to IIS_IUSRS group
    • Gave Full permissions to "Everone"
    • Ran the following command too: %windir%Microsoft.NETFramework64v4.0.30319aspnet_regiis -i

    郁闷的是都没能解决我的问题,最后给 "C:WindowsTemp"文件夹加上 IIS_IUSRS的权限就好了。

  • 相关阅读:
    P4374 [USACO18OPEN]Disruption P
    POJ
    Git
    SpringBoot集成RabbitMQ
    GIS类型文件剖析
    SpringBoot全局异常处理
    SpringCloud Feign异常处理
    SpringBoot注解
    Restful风格接口定义
    LOD技术的理解
  • 原文地址:https://www.cnblogs.com/tangbomao/p/6540614.html
Copyright © 2011-2022 走看看