Hi, I've got some code like this
Code:
ClientIP = Request.ServerVariables("REMOTE_HOST")
ClientUser = Request.ServerVariables("LOGON_USER")
and whenever I run this page it asks for my windows login, I've already had to log in to the network to use my machine, why do I need to do this again?
Cheers