C
c_halberstadt
Howdy,
I'm having a real tough time getting a User's NT login after they
submit a form.
I have Anon. Login disabled. I'm using Digest Authentication (although
I've tried everything).
Every time I run the page, I get a blank string instead of the
requested information.
The information is in a hidden field, with the value set to:
<%=Request.ServerVariables("LOGON_USER")%>
The icing on the cake is that when I run this on my PWS, I can pull the
information and it shows up in the SQL DB I'm sending it too. But, when
put on our live box, it doesn't show up. The setting on each box are
exactly the same.
Any ideas? It seems as though I've tried everything.
I'm having a real tough time getting a User's NT login after they
submit a form.
I have Anon. Login disabled. I'm using Digest Authentication (although
I've tried everything).
Every time I run the page, I get a blank string instead of the
requested information.
The information is in a hidden field, with the value set to:
<%=Request.ServerVariables("LOGON_USER")%>
The icing on the cake is that when I run this on my PWS, I can pull the
information and it shows up in the SQL DB I'm sending it too. But, when
put on our live box, it doesn't show up. The setting on each box are
exactly the same.
Any ideas? It seems as though I've tried everything.