Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment