【发布时间】:2018-10-18 21:35:47
【问题描述】:
我有下一个代码
<endpoint address="http://localhost:.........svc">
<identity>
<userPrincipalName value="someone@mydominio.com" />
</identity>
</endpoint>
我的问题是我可以将值更改为
<endpoint address="http://localhost:.........svc">
<identity>
<userPrincipalName value="other_someone@mydominio.com" />
</identity>
</endpoint>
这可能吗? 或者更改此 USERPRINCIPALNAME 会有什么后果?
【问题讨论】:
标签: c# asp.net asp.net-mvc web-services wcf