码迷,mamicode.com
首页 > 数据库 > 详细

({i:0#.w|nt authority\iusr})Sharepoint impersonates the IUSR account and is denied access to resources

时间:2014-09-23 15:21:04      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:io   ar   for   sp   cti   on   c   ad   new   

This hotfix makes a new application setting available in ASP.NET 2.0. The new application setting is ‘aspnet:AllowAnonymousImpersonation‘. You can enable this setting by adding the following section to the Web.config file:

    <appSettings>        

<add key="aspnet:AllowAnonymousImpersonation" value="true" />    

</appSettings>

To enable this setting, you must have IIS 7 or IIS 7.5 running in Integrated mode. When this setting is enabled, the application runs under the security context of the IUSR identity. Additionally, creating a Forms-based Authentication Web Application will enable the setting and set it to true.

({i:0#.w|nt authority\iusr})Sharepoint impersonates the IUSR account and is denied access to resources

标签:io   ar   for   sp   cti   on   c   ad   new   

原文地址:http://www.cnblogs.com/hqbird/p/3988158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!