您的位置:首页 > 编程语言 > ASP

Temporary ASP.NET Files 下的不能生成dll文件。。。。

2005-07-10 17:58 766 查看
Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\86626e3b\77a90e1b\yahn4_4d.dll' -- 'Access is denied.

郁闷。。。

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\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\86626e3b\77a90e1b\yahn4_4d.dll' -- 'Access is denied. '

Source Error:

[No relevant source lines]
Source File: Line: 0

Show Detailed Compiler Output:

发信人: siko (天天快乐), 信区: DotNET
标 题: Re: Temporary ASP.NET Files 下的不能生成dll文件
发信站: 水木社区 (Tue Jul 12 14:59:19 2005), 站内

KAO。。。

终于好了。。。

google 了几百次了。。。还是自己搞定。了。。。

方法:只对我自己这种错,(都不晓的怎么得上的)

去IIS改掉Application Pools的Identity。。。

本来是以Network Service来执行的。。。偶改成Local System 就可以啦。。。

不知道会不会有啥副作用。
【 在 Nineteen (小白~~~~) 的大作中提到: 】
: 咣~~~
: 诡异。。。。
: 没招了。。。。
:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐