Web.config ファイル
<authentication mode="Windows" />
<authorization>
<allow users ="*" />
</authorization>
IIS のアクセス許可
(Unchecked)Enable ananymouse access
(Checked)Integrated windows authentication
C#コード、
welcomeUser.InnerText = Request.ServerVariables.Get("LOGON USER");
Windows User ID を表示できるようにするために何が欠けていますか?