Server Variable LOGON_USER not on Win2003 server - Inetserver
This is a discussion on Server Variable LOGON_USER not on Win2003 server - Inetserver ; On our NT server I use the Server Variable, LOGON_USER , to determ how much
the different users are allowed to view on our web pages.
Now We are going to run on Win2003 servers, and i have discovered that ...
-
Server Variable LOGON_USER not on Win2003 server
On our NT server I use the Server Variable, LOGON_USER , to determ how much
the different users are allowed to view on our web pages.
Now We are going to run on Win2003 servers, and i have discovered that the
following Server variables is not available: AUTH_USER, LOGON_USER,
REMOTE_USER - Can anyone help me, how to get this information available ?
-
Re: Server Variable LOGON_USER not on Win2003 server
Those server variables are available only if your requests are
authenticated.
Anonymous Authentication results in "" for all those server variables.
I suggest that you configure the web pages to not have "Anonymous
Authentication" enabled if you want to use *_USER server variables.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Lars Abildskov" <Lars Abildskov@discussions.microsoft.com> wrote in message
news:EEAAAB09-93A1-49C2-B6F3-5D6D162D016B@microsoft.com...
On our NT server I use the Server Variable, LOGON_USER , to determ how much
the different users are allowed to view on our web pages.
Now We are going to run on Win2003 servers, and i have discovered that the
following Server variables is not available: AUTH_USER, LOGON_USER,
REMOTE_USER - Can anyone help me, how to get this information available ?
-
Re: Server Variable LOGON_USER not on Win2003 server
Th@nx a lot !
I disabled the "Anonymous Authentication ", so only the "Integrated Windows
Authentication" was enabled, but this did not work, it resulted in that I was
not allowed to view any pages.
Then I disabled the "Integrated Windows Authentication" and enabled the
"Digest Authentication for Windows domain servers" which did the trick.
A positive "side effect" is, that all users have to logon using Username and
password, which will get the internal audit guys to clap their hands ;0)
"David Wang [Msft]" wrote:
> Those server variables are available only if your requests are
> authenticated.
>
> Anonymous Authentication results in "" for all those server variables.
>
> I suggest that you configure the web pages to not have "Anonymous
> Authentication" enabled if you want to use *_USER server variables.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "Lars Abildskov" <Lars Abildskov@discussions.microsoft.com> wrote in message
> news:EEAAAB09-93A1-49C2-B6F3-5D6D162D016B@microsoft.com...
> On our NT server I use the Server Variable, LOGON_USER , to determ how much
> the different users are allowed to view on our web pages.
> Now We are going to run on Win2003 servers, and i have discovered that the
> following Server variables is not available: AUTH_USER, LOGON_USER,
> REMOTE_USER - Can anyone help me, how to get this information available ?
>
>
>
Similar Threads
-
By Application Development in forum Inetserver
Replies: 4
Last Post: 05-19-2006, 04:38 AM
-
By Application Development in forum Inetserver
Replies: 3
Last Post: 02-23-2006, 02:52 AM
-
By Application Development in forum Inetserver
Replies: 2
Last Post: 12-23-2004, 06:51 AM
-
By Application Development in forum Inetserver
Replies: 2
Last Post: 10-29-2004, 03:10 PM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 0
Last Post: 07-10-2003, 04:22 PM