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

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.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。