System Information
<% for each x in Request.ServerVariables %>
<% response.write(x)%>
<% response.write(Request.ServerVariables(x))%>
<% Next %>