<%@ Language=C# %> Test ASP.Net Installation
JavaSonics

SDK

Test ASP.Net 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 COMMENT IN YOUR BROWSER THEN ASP.Net IS NOT WORKING! */
	Response.Write( "ASP.Net is " );  /* NOT */
	Response.Write( "Working!
" ); Response.Write( "Current .Net Framework Version = " ); Response.Write( System.Environment.Version ); Response.Write( "
" ); %>

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( "
" ); %>

[Test Home] [Previous] [Next]


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