% @Language=VBScript %> <% Option Explicit %>
SDK |
Test ASP On Server |
You should see a message that says "ASP is Working!" below.
<% ' IF YOU SEE THIS ASP COMMENT IN YOUR BROWSER THEN ASP IS NOT WORKING! ' PERHAPS THIS IS A LINUX SERVER AND NOT AN IIS SERVER! Response.Write "ASP is " ' NOT Response.Write "Working! If not, make sure you've set the listenup/asp_test folder to be an application, and to allow scripts to execute. Also make sure that the Web Host is your website and not ours.
<% Response.Write "Web Host = " & Request.ServerVariables("SERVER_NAME") & " |