0

在 ASP.NET 中,我们可以模拟域而不是用户吗?我知道以下是可能的:

<identity impersonate="true" userName="domain\userid" password="Password"/>

Can I perform something like following:
 <identity impersonate="true" userName="domain"/>
4

1 回答 1

0

我不认为这是可能的。为了模拟,您需要一个密码,而域组并不完全有密码。这显然违背了架构。

只是想知道,为什么您需要模拟整个域?如果您分享它,可能会有更好的方法来解决您的问题。:)

于 2012-07-26T04:21:22.053 回答