%@ Language=C# %>
SDK |
Test ASP.Net On Server |
You should see a message that says "ASP is Working!" below.
<% /* IF YOU SEE THIS COMMENT IN YOUR BROWSER THEN ASP.Net IS NOT WORKING! */ Response.Write( "ASP.Net is " ); /* NOT */ Response.Write( "Working! If not, make sure you've set the listenup/asp_net_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 = " ); Response.Write( Request.ServerVariables["SERVER_NAME"] ); Response.Write( " |