Hi,
I was wondering if it is possible to capture the user login from my asp page.
I tried to use
Set n = Server.CreateObject("WScript.Network")
Response.Write n.UserName
Set n = Nothing
But since the code executes on the remote server, I get that server's user name, instead of the workstation's user name.
Please suggest a solution if there is one.
Thank you very much
I was wondering if it is possible to capture the user login from my asp page.
I tried to use
Set n = Server.CreateObject("WScript.Network")
Response.Write n.UserName
Set n = Nothing
But since the code executes on the remote server, I get that server's user name, instead of the workstation's user name.
Please suggest a solution if there is one.
Thank you very much