を使用して、Windows からユーザー名とドメインを取得しようとしています
WindowsIdentity windowsIdentity = WindowsIdentity.GetCurrent();
windowsIdentity.Name;
しかし、常に「IIS APPPOOL\DefaultAppPool」を返します。正しい値を返すにはどうすればよいですか?
ありがとう
を使用して、Windows からユーザー名とドメインを取得しようとしています
WindowsIdentity windowsIdentity = WindowsIdentity.GetCurrent();
windowsIdentity.Name;
しかし、常に「IIS APPPOOL\DefaultAppPool」を返します。正しい値を返すにはどうすればよいですか?
ありがとう