HttpBrowserCapabilities hbc = Request.Browser;
Response.Write(hbc.Browser+"\t"+hbc.Version+"\t"+hbc.Type+"\n"+Request.UserHostAddress+Request.CurrentExecutionFilePath);
Response.Write(hbc.Browser+"\t"+hbc.Version+"\t"+hbc.Type+"\n"+Request.UserHostAddress+Request.CurrentExecutionFilePath);