Any way to do without the winsock control?
Does any one have any ideas on how to do this without using the winsock control?
Ie using the registry or an API Call?
regards
Matt Brown
Senior Developer
Nova Solutions
the most worthless ways to....
You can use ipconfig!
ipconfig /batch test.txt
Then you will have the ip in test.txt!
I have actually used this!!!
I am not sure if this is what your are asking.
you can get user IP through this call:
ASP
----------------------------------------
Request. ServerVariables(REMOTE_ADDR)
----------------------------------------
(REMOTE_ADDR is the Internet Protocol (IP) address of the remote host making the request. )
Cerebrate