GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Showing posts with label ASP. Show all posts
Showing posts with label ASP. Show all posts

Saturday, January 22, 2011

ASP As Server Side

Using xampp, you can also build your web application using ASP:
Just create an index.asp in htdocs directory then fill it with:
<%
$Response->Write("Hello World From ASP")
%>

Then direct your browser to http://localhost/index.asp
       
Share/Bookmark