<% @Language=VBScript %> <% Option Explicit %> Test ASP Installation
JavaSonics

SDK

Test ASP On Server


Web Home

SDK Home

Docs

Test PHP

Test ASP

Test ASP.NET

Examples

Demos

Download

Purchase

Support

Forum

Login

Contact Us

Company


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!
" Response.Write "Current ASP Version = " & Request.ServerVariables("SERVER_SOFTWARE") & "
" %>

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") & "
" %>

[Test Home] [Previous] [Next]


© 2001-2006 Mobileer, Inc.   This page is from the ListenUp SDK. You can download the SDK from here.