Hi there,
I have a pretty urgent problem considering server
variables. I have an ASP.NET project which I am trying to
set up with security. I want to access the AUTH_USER
server variable, and show the pages appropriately.
However, no AUTH_USER variable is found. I have looped
right through the server variables collection, and
AUTH_USER is not one of them.
Can you please let me know how I can get to this
server variable, as our security depends upon it. I used
the variabole throughout the systems I wrote in ASP
classic. This is preventing us from upgrading from our
older systems.
Thanks,
Paul.
Stanley - 09 Feb 2004 18:17 GMT
I believe your issue may be with IIS sercurity settings. Check to make sure
you have Anonymous access uncheck and Integrated Windows authentication
checked.
-Stanley
> Hi there,
>
[quoted text clipped - 15 lines]
>
> Paul.
pAUL n - 09 Feb 2004 18:22 GMT
I have figured thius out - the configuration of the IIS on
the server was what needed to be set correctly for the
variables to be found.