GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

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

No comments:

Post a Comment