I need to identify if a request comes from Internet or Intranet using either client-side or server-side.
The problem I\'m trying to solve is: our web site can be accesse
Use the Request.UserHostAddress property to determine whether the request came from a public or private network