ASP假冒失败

时间:2014-10-28 17:35:33

标签: c# asp.net asp.net-mvc

我已经以编程方式模拟了一个WINDOWS NT帐户来访问网络资源。我已将web.config设置为允许模拟。

<system.web>
<authentication mode="Windows" />


<identity impersonate="true" />
</system.web>

我还在使用

进行模拟后验证了用户名
      System.Security.Principal.WindowsIdentity.GetCurrent().Name;

但是当我尝试创建目录时,它会抛出未经授权的访问异常。模拟帐户在目标文件夹中具有完全访问权限。你看到有什么问题吗?

0 个答案:

没有答案