froggerIII
Programmer
I am an intranet web developer, and am working on a project where we would like to know who is using the application. Currently, we are just getting the ip address of the remote host, using asp server variables. However, it has been requested that we get the name of the remote host (in the same domain) also.
It can't be done with asp. Right now, we are toying with the idea of running the windows utility nbtstat at a batch level, but that would involve dealing with text files and such, which isn't to good, since the application will be used by more than once by over a thousand people each day.
I was wondering if anyone knew of a way that I could do this with a COM object, so the system can find the hostname of a computer given its ip address.
Thanks ray
rheindl@bju.edu
It can't be done with asp. Right now, we are toying with the idea of running the windows utility nbtstat at a batch level, but that would involve dealing with text files and such, which isn't to good, since the application will be used by more than once by over a thousand people each day.
I was wondering if anyone knew of a way that I could do this with a COM object, so the system can find the hostname of a computer given its ip address.
Thanks ray
rheindl@bju.edu