G
Guest
Hello:
I am running IIS 6.0 on a Windows 2003 Server (Standard). I have a simple
webpage to display the User.Identity Name
<HTML>
<%=User.Identity.Name%>
</HTML>
I checked IIS Manager and under Directory Security, Enable Anonymous Access
is checked.
But the above property results in an empty string.
What am I doing wrong?
Thanks.
I am running IIS 6.0 on a Windows 2003 Server (Standard). I have a simple
webpage to display the User.Identity Name
<HTML>
<%=User.Identity.Name%>
</HTML>
I checked IIS Manager and under Directory Security, Enable Anonymous Access
is checked.
But the above property results in an empty string.
What am I doing wrong?
Thanks.