Asp.Net程序报错 - error CS2001: Source file 'C:WindowsTEMPeulevokb.0.cs' could not be found w

Posted xiaocai0923

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Asp.Net程序报错 - error CS2001: Source file 'C:WindowsTEMPeulevokb.0.cs' could not be found w相关的知识,希望对你有一定的参考价值。

一个Asp.Net项目,Excel导入功能出现如下错误:
error CS2001: Source file ‘C:\\Windows\\TEMP\\eulevokb.0.cs‘ could not be found
warning CS2008: No source files specified

本地执行是没有问题的,访问正式服务器就会出现这样的错误,搜索一下,原来是权限的问题。

解决办法:
打开C盘,找到C:\\Windows\\TEMP目录,给temp添加IIS_IUSER的权限就没有问题了!

技术图片

以上是关于Asp.Net程序报错 - error CS2001: Source file 'C:WindowsTEMPeulevokb.0.cs' could not be found w的主要内容,如果未能解决你的问题,请参考以下文章

asp.net程序错误 Server Error in '/' Application

ASP.Net Core“找不到此本地主机页面”HTTP ERROR 404

asp.net,本地发布,IIS报错,HTTP 错误 500.19 - Internal Server Error

ASP.NET报错:failed due to the following error: 8000401a.

ASP.NET中的MVC如何使用?

ASP.NET中的MVC如何使用?