本文转载http://blog.csdn.net/xushen8314/article/details/2115513

 

环境为Windows Server 2003 IIS6.0系统。

 

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/Framework/v2.0.50727/Temporary ASP.NET Files/test/cd3dbe0d/3a3b8c58/App_Web_default.aspx.cdcab7d2.yorq4zph.dll' -- '拒绝访问。 '

Source Error:

[No relevant source lines]


Source File:    Line: 0

 

 

解决方法:
       在C:/WINDOWS/temp文件夹上面加上IIS_WPG 控制权限(修改、写入)。

相关文章:

  • 2022-01-25
  • 2021-10-25
  • 2021-10-14
  • 2022-12-23
  • 2021-05-23
  • 2021-10-26
  • 2021-05-01
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-11-16
  • 2021-12-25
  • 2021-11-05
  • 2021-11-23
相关资源
相似解决方案