深图旗下网站:精品资源共享课建设  精品课程建设  学校网站建设
客户服务

产品演示
产品价格

错误显示:The current identity (NT AUTHORITY\NETWORK SERVICE)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
2012-10-22 16:20:21
是由于.Net 2.0和IIS安装顺序颠倒导致的,必须先安装IIS,然后再安装.Net 2.0。解决方案有二个,一 重新安装.Net 2.0,点击修复;二 命令行进入 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727目录,运行aspnet_regiis.exe -i 重新注册.Net 2.0到IIS。
1楼  2012-10-22 16:26:55
[返回上页]浏览次数:41067
相关问题