使用 IIS 7.5,返回当前 windows 用户需要哪些 IIS 设置、web.config 设置和 C# 代码?
Web.config 值为
<authentication mode="Windows">
<identity impersonate="true" />
ApplicationConfig 值为
<windowsAuthentication enabled="true">
<providers>
<add value="Negotiate" />
<add value="NTLM" />
</providers>
</windowsAuthentication>
似乎没有做的伎俩。