Pass windows authentication username to asp variable
Posted
by Darren Cook
on Stack Overflow
See other posts from Stack Overflow
or by Darren Cook
Published on 2010-04-22T08:53:48Z
Indexed on
2010/04/22
9:03 UTC
Read the original article
Hit count: 188
asp-classic
Hi,
I have a site that processes orders taken by phone into a SQL database. Access to the portal uses Windows Authentication and I would like to pass the username of the order processor along with the order so that I can record who has taken the order.
How can I pass the user name to a form element?
The pages are written in classic asp.
Thanks.
© Stack Overflow or respective owner