少年击剑更吹箫,剑气箫心一例消。这篇文章主要讲述IIS出现Server Error in '
/'
Application.CS0016的解决办法相关的知识,希望能为你提供帮助。
Server Error in ‘/‘ Application.
Compilation Error【IIS出现Server Error in '
/'
Application.CS0016的解决办法】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:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files
oot21a2b31431512cdApp_Web_login.aspx.cdcab7d2.mfr3xa-z.dll‘ -- ‘拒绝访问。 ‘
Source Error
在网上找了好多的资料,整理出来,有以下5种:
1、Cleaned the "C:WindowsMicrosoft.NETFramework64v4.0.30319Temporary ASP.NET Files" folder
删除上述文件夹中的临时文件,再重启IIS。这也是一种办法,但没有能解决我机子的问题;
文章图片
2、Gave Full permissions to IIS_IUSRS group 给物理路径的文件夹赋予IIS_IUSER的完全权限。这个办法,尝试了还是没有解决; 3、Gave Full permissions to "Everyone" 再赋予EVERYONE的完全权限,结果还是没用; 4、Ran the following command too: %windir%Microsoft.NETFramework64v4.0.30319aspnet_regiis -i 在运行里重新注册一下NET4.0,直接把路径拖到运行窗口,按空格后输入-i,回车执行。一般问题到这里也就解决了,可我这问题依旧存在,郁闷! 5、C:WindowsTemp"文件夹加上 IIS_IUSRS的权限 给TEMP文件夹加上IIS_IUSER后问题居然解决了
推荐阅读
- Android 监听APP进入后台或切换到前台方案对比
- 什么样的企业需要开发APP?
- Android Studio中Run按钮app的module显示红叉
- 谷歌CEO发文(安卓系统或许要收费了!)
- Android-Dialog
- 安卓刷新数据控件
- 最新Less常见面试题和答案汇总
- 史上最全的Framework7面试题和答案详解
- 史上最全的CoffeeScript面试题和答案合集