Hi Rick, What do you mean by "doesn't work"? More specifically, what is the error message?
Part of this will probably depend on what kind of request you send. If it's a standard HTTP request, there should be some way to get what you want. Also, assuming the error from your attempt didn't say that there was no such thing as request.servervariables, have you tried this? Private Sub ListServerVariables() For Each key As String In Request.ServerVariables.Keys Response.Write(String.Format("<b>{0}</b> = {1}<br>", _ key, Request.ServerVariables(key))) Next End Sub FWIW, Peter On 12/20/05, Rick Holcomb <[EMAIL PROTECTED]> wrote: > > Can a webmethod (webservice) detect the calling server/client's IP > address? > > I know that this does not work: Request.ServerVariables.Item > ("REMOTE_ADDR") [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/