07-12-04 10:56 PM
I am using IIS to map a windows user client certificate
to another windows user account. That is I am mapping
domain\user to domain\user1 where domain is the same in
both cases.
When I do a Request.ServerVariables("Logon_user") on an
asp page it shows the user after the mapping
(domain\user1). But when I do a SQL database insert by
making my variable equal to Request.ServerVariables
("Logon_user"), it inserts the non mapped username
(domain\user). Why does it do this? I need for
domain\user1 to be inserted into the table. It makes no
sense to me because I am using the same command for
both! Anyone have any ideas? Thanks!
Darren
[ Post a follow-up to this message ]
|