My local IP address in 192.168.0.11. How can i get this using ASP.NET or Javascript.
Currently i am using the below which returns my Public IP Address
Dim ip As String = HttpContext.Current.Request.ServerVariables("REMOTE_ADDR") i googled many times but every method i got returns my Public IP.
Is it possible to get this info using asp.net or javascript.