I have an intranet application running IIS5 and I would like to get the network username, domain and hostname of the users. The tricky part is that the "Anonymous Access" is enabled and cannot be changed.
I was wondering if it was still possible to get the user credentials even though the Anonymous Access is enabled.
The "Page.User.Identity.Name()" doesn't work with Anonymous Access enabled.
Thanks in advance.
I was wondering if it was still possible to get the user credentials even though the Anonymous Access is enabled.
The "Page.User.Identity.Name()" doesn't work with Anonymous Access enabled.
Thanks in advance.