asp.net站点问题 Server Error in '/' Application.

Accessto the temp directory is denied.  Identity 'NT AUTHORITY\NETWORKSERVICE' under which XmlSerializer is running does not have sufficientpermission to access the temp directory.  CodeDom will use the useraccount the process is using to do the compilation, so if the userdoesnt have access to system temp directory, you will not be able tocompile.  Use Path.GetTempPath() API to find out the temp directorylocation.

Description: Anunhandled exception occurred during the execution of the current webrequest. Please review the stack trace for more information about theerror and where it originated in the code.

Exception Details: System.UnauthorizedAccessException:Access to the temp directory is denied.  Identity 'NT AUTHORITY\NETWORKSERVICE' under which XmlSerializer is running does not have sufficientpermission to access the temp directory.  CodeDom will use the useraccount the process is using to do the compilation, so if the userdoesnt have access to system temp directory, you will not be able tocompile.  Use Path.GetTempPath() API to find out the temp directorylocation.

ASP.NET is not authorized to access the requested resource.Consider granting access rights to the resource to the ASP.NET requestidentity. ASP.NET has a base process identity (typically{MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used ifthe application is not impersonating. If the application isimpersonating via <identity impersonate="true"/>, the identitywill be the anonymous user (typically IUSR_MACHINENAME) or theauthenticated request user.

To grant ASP.NET access to a file, right-click the file inExplorer, choose "Properties" and select the Security tab. Click "Add"to add the appropriate user or group. Highlight the ASP.NET account,and check the boxes for the desired access.


错误描述为:用户无系统临时目录C:\windows\Temp 目录写的权限,赋予用户write权限即可。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值