Joshnet Web Development Blue Dragon Logo Joshnet Web Development
Your public IP address is: 38.107.179.232

protected void Page_Load(object sender, EventArgs e)
{
     IP.InnerText += Request.UserHostAddress;  //IP is the ID of the control that will display the IP address.
}
Simple C# code to discover your external IP address. Feel free to use this on any of your own ASP.net websites.