Search Results

0
votes
2answers
162 views

How to get operating IP Address of the WEB instance on IIS7

Hi, I have Vista x64 IIS7 running on my dev. machine. I used to use Request.ServerVariables.Get("LOCAL_ADDR") to get the operating instance IP address of the websit …
0
votes

How to get operating IP Address of the WEB instance on IIS7

By coincidence I find out the solution. It is hidden in the hosts file. It was written in the hosts file as 127.0.0.1 localhost ::1 localhost …