hello friends
i use visual basic for visual web developer and my web site works on my computer (hot hostname)
i want to display IP adress to textbox1.text and my code line is textbox1.text = Request.UserHostAddress.ToString
but textbox1.text display to 127.0.0.1 :) but should it be IP adress like 88.133.168.01 ??? how can i display this ?
cheers