博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
error-2016-4-20
阅读量:7117 次
发布时间:2019-06-28

本文共 646 字,大约阅读时间需要 2 分钟。

 

 

 

问题:

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\2ae25944\4afe0277\App_global.asax.ke894tgr.dll' -- 'Access is denied. '

原因:应该是虚拟主机内存不足。

解决:

Cause:对Windows下的temp文件夹缺少操作权限
Solution: 将Windows下的temp文件夹 --> properties --> security --> create owner --> add --> 添加赋予Full Control权限的Everyone用户

 

转载于:https://www.cnblogs.com/guxingy/p/6163869.html

你可能感兴趣的文章
Toad 所有 菜单说明(太多)
查看>>
12306登录界面的代码流程
查看>>
POJ 1860 - Currency Exchange
查看>>
基于springmvc的简单增删改查实现---中间使用到了bean validation
查看>>
LeetCode总结 -- 树的性质篇
查看>>
聊聊分布式事务
查看>>
第一次使用crontab linux选择编辑器问题
查看>>
模仿mybatis,用jdk proxy实现接口
查看>>
HTML学习笔记之二(回到顶部 与 回究竟部)
查看>>
Node.js之HTTP请求与响应
查看>>
数据库查询语句研究
查看>>
为什么要原型设计
查看>>
java.lang.IllegalThreadStateException异常原因解析
查看>>
读CopyOnWriteArrayList有感
查看>>
程序员的成长阶梯和级别定义(转)
查看>>
HTTP Authorization
查看>>
Js判断出生年月填写的 是否正确
查看>>
hiho1093_spfa
查看>>
安装Tomcat指定JDK(转)
查看>>
统一认证系统(二)
查看>>