<%@ Page Language="C#" AutoEventWireup="true" %> <% Response.ContentType = "text/plain"; Response.Write(Request.UserHostAddress); %>