방법 1. Web Service를 이용하는 방법 방법 2. Server Side Script 이용하는 방법 방법 1. 소개 WcfService 에서 System.Web.HttpContext.Current.Request.UserHostAddress; 를 이용하여 받아 온다. 또 다른 방법으로는 아래 글을 참조 하자. /* NOTE: This is another way to do it but the one method is more straight forward: if( HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] != null) CustomerIP = HttpContext.Current.Request.ServerVariable["..