Actually why this questation in my mind coze...
When we use WEBSERVICE in our WEB Base application the flow
like that...
First Client Browser request .aspx page
In that .aspx page we use webservice so create a object for that webservice and call WEBMETHOD using that object.
so here i find a IP address using
ObjRequest.ServerVariables("REMOTE_ADDR").ToString
So where i doubt is ... this webservice request is from Our WebServer ( Not direct user browser)
so HttpRequest object ServerVariables("REMOTE_ADDR") return ip of ????? which IP ?
Regards.
www.digitalwhim.com