执行并在IIS 7中出现.aspx时:
匿名身份无法进行模拟。
.aspx中的这一行代码:
System.Security.Principal.WindowsImpersonationContext impersonationContext;
impersonationContext =((System.Security.Principal.WindowsIdentity)System.Web.HttpContext.Current.User.Identity).Impersonate();
在Windows 7中完成请求后,它可以正常工作,但在Windows 10中进行请求时,则失败。
我在IIS中使用不同的身份验证配置进行了测试,禁用了匿名身份验证,基本身份验证和Windows启用。使用SSL。
我看不出有什么区别?有想法吗?