C
Charles Evans
Hi there,
I'm busy building a site that authenticates users from a database but would
like Windows authenticated users to bypass the logon screen by having their
logon name stored in the database. The problem I have been experiencing is
that whenever anonymous access is switched on, the LOGON_USER server
variable returns blank. I'm presuming that this is because IIS uses
anonymous access before any other means of authentication. If I turn
anonymous access off, external users are prompted for a user name and
password when they arrive at the logon screeen and if I turn it on, I cannot
pick up their logon name via the LOGON_USER server variable.
Is there any way to achieve this or am I just chasing the impossible
dream???
Thanks in advance,
Charles
I'm busy building a site that authenticates users from a database but would
like Windows authenticated users to bypass the logon screen by having their
logon name stored in the database. The problem I have been experiencing is
that whenever anonymous access is switched on, the LOGON_USER server
variable returns blank. I'm presuming that this is because IIS uses
anonymous access before any other means of authentication. If I turn
anonymous access off, external users are prompted for a user name and
password when they arrive at the logon screeen and if I turn it on, I cannot
pick up their logon name via the LOGON_USER server variable.
Is there any way to achieve this or am I just chasing the impossible
dream???
Thanks in advance,
Charles