i am using the following code to get Client system ip address but it is showing only default local host ip address (127.0.0.1). how do i get actual ip address
Response.Write( Request.UserHos tAddress() )
Response.Write( Request.UserHos tAddress() )
Comment