M
Michael
Hi
This probably is a stupid question, but How would I get client IP address in a web service
I can do that in a normal asp.net webpage without problem ( I use Request.UserHostAddress), but when I try to move the code into the asmx file, it won't compile telling me the type or namespace name "Request" could not be found
what should I do
Thanks in advance
Michael
This probably is a stupid question, but How would I get client IP address in a web service
I can do that in a normal asp.net webpage without problem ( I use Request.UserHostAddress), but when I try to move the code into the asmx file, it won't compile telling me the type or namespace name "Request" could not be found
what should I do
Thanks in advance
Michael