<%@Language = "VBScript"%> <%If Request.ServerVariables("SERVER_NAME") = "localhost" then%> you asked for the srver located on your local machine <%else%> you asked for the server <% = Request.ServerVariables("SERVER_NAME")%> <%end if%>