Get the Client login name?
Dear all,
I need to get the Client system login name to display in each client pages..
I have tried following code it display nothing.. :(
You are <%=Request.ServerVariables("LOGON_USER")%>
Please anybody suggest right idea to solve this problem..
jena.
It works, but problem in validate the U,name a & Password
Thank you V.Much LTheobald,
It worked after did that changes.. but still I have problem,
I'm working with Windows XP, IIS version 5.1.
When I run this in a client mechine it took the login name as what I entered in the popup, and its not checking the password ever.
I actually need to validate with each PC their own login username and password.. is that possibe? Or do I need to have any domin login? Or Windows server is required?