Ask a Question related to ASP.NET, Design and Development.
-
Charles Evans #1
Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
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
Charles Evans Guest
-
Workaround needed for: Request.ServerVariables("HTTP_Referer")
Hi. Having trouble with Request.ServerVariables("HTTP_Referer") due to firewalls etc. Does anyone have a neat workaround other than passing and... -
Servervariables("logon_user") returns empty string
Hi, Is the Anonymous access trued off in IIS? JN NSQUARED2 -
Request.ServerVariables("HTTP_REFERER")
The subject code used to give me a string containing the URL of the calling page. Now I get nothing? How can I get the URL of the calling page? ... -
Problems with 'Request.ServerVariables("LOGON_USER")
Michael Bender wrote: How did you find out that the users were logged in using a different ID? Was this done with the knowledge of the users'... -
Global asa and Request.ServerVariables("SERVER_NAME")
Hi, I am trying to put a condition in my Global.asa file based on the server name. the reason, I want to set a global string as a application...



Reply With Quote

