S
sck10
Hello,
I want to allow all users on our company intranet (domain\handle) to enter
our website. However, I would like to capture the handle of the person
entering my website. I was told that if I turn on Enable Anonymous Access
and Integrated Windows Authentication, that all users will pass through, and
there is a way to capture their handle. Is this possible?
Right now I have Integrated Windows Authentication turned on and using the
following to capture the handle:
strSubmitterHandle = Mid(User.Identity.Name, InStrRev(User.Identity.Name,
"\") + 1)
Any help with this would be appreciated.
I want to allow all users on our company intranet (domain\handle) to enter
our website. However, I would like to capture the handle of the person
entering my website. I was told that if I turn on Enable Anonymous Access
and Integrated Windows Authentication, that all users will pass through, and
there is a way to capture their handle. Is this possible?
Right now I have Integrated Windows Authentication turned on and using the
following to capture the handle:
strSubmitterHandle = Mid(User.Identity.Name, InStrRev(User.Identity.Name,
"\") + 1)
Any help with this would be appreciated.