iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 11, 2008
Improving accessibility for motor impaired users
WebDevTips UK
 
May 11, 2008
10 ways to orientate users on your site
WebDevTips UK
 
May 11, 2008
Web Design Clinic - Rros restoration camp 2006
About
 
May 10, 2008
The Moods of Facebook
About
 
May 9, 2008
CSS 1 properties are a great start
About
 
May 9, 2008
Reader Question: How do you get fancy fonts?
About
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /ASP

Checking for ASP 

  Views:    12492
  Votes:    10
by Ahmad Permessur 4/29/04 Rating: 

Synopsis:

A lot of people have been wondering about what ASP is and whether their server supports it. Me too! And I just couldn't rest until I found out.
Pages: 
The Article

Well, a disappointing result: My server doesn't support ASP! But maybe yours does, who knows!? But how do you go on about testing... It's easy! You just create one file, upload it to your server and call it with your browser. If it works, hooray(!), if it doesn't, go and let your admininstrator know what you think of his server... :-)

Ok, we're gonna do this step by step. First, fire up Notepad and copy-paste the following:

<%@ LANGUAGE="VBSCRIPT" %>
<HEAD>
<TITLE>ASP TEST!</TITLE>
</HEAD>
<BODY>
<%=Now()%>
If you see a date above, your server supports ASP!
</BODY>
</HTML>
 
 

That should do it... Save the page as 'test.asp' and upload it to your server. Now fire up any browser and have a look at that lovely ASP page. If you see the current date on the screen you’ll know that your server support ASP) If it doesn't work, don't be disappointed! Think about it that way: You would need to learn ASP (which is not an independant language, but rather a way of communicating with the server to perform a task for you!) in addition to all those other languages in order to make good use of it!

Pages: 



 
  Sponsors