Test if your server supports ASP

Copy the code below and paste it into a text editor such as notepad or wordpad. Save the file as 'test.asp'. Do Not save this with an .html or .htm or .txt file extension. With Notepad select "All Files" in the "Save as type" drop-down menu to avoid having your file renamed to test.asp.txt.

Next simply FTP the file to your web server. Type the URL address into your browser, this will be a URL like http://www.yourwebsite.com/test.asp. If the page displays the current system date and time without any error messages then your server supports ASP.

<%@ Language="VBScript" %>
<html>
<head>
<title>ASP Test Page</title>
</head>

<body>

<%
'Display the current system date and time
Response.write "Today's date and time is " & Now()
%>

</body>
</html>

Your page should look like the screenshot below.

Server supports ASP

Advertisements



MembersPro

MembersPro PayPal - ASP Membership software

Plug and play ASP membership script that integrates with PayPal to let you charge recurring membership fees.

Get your best asp web hosting provider now and save 25%