How can I find the client machine name in classic ASP? -


i know how ip address there way me client machine name?

addr = request.servervariables("remote_addr") 

you can't. http not transmit information. windows network does, not http.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -