Skip to content

Instantly share code, notes, and snippets.

@alexjamesbrown
Created June 24, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexjamesbrown/92ffcb7af4a25b92eb9c to your computer and use it in GitHub Desktop.
Save alexjamesbrown/92ffcb7af4a25b92eb9c to your computer and use it in GitHub Desktop.
Classic ASP file to output the server name
<%Set o = Server.CreateObject("WScript.Network")%>
<h1><%=o.ComputerName%></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment