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.

Re: Can't get User's NT log-in by Alin

Alin
Wed May 17 03:18:06 CDT 2006

Hi

Have you tried catching the ServerVariables("AUTH_USER") ? It works this way
for me.

Thanks,
Alin

<c_halberstadt@yahoo.com> wrote in message
news:1147723209.013759.189470@u72g2000cwu.googlegroups.com...
> 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.
>