Web Development With ASP: Web Developing : Web Tools


Wednesday, August 30, 2006   


Web Application Development With ASP - My 1st ASP program

Having setup the IIS and your working directory, now we can start our very 1st ASP program!
Open any text editor, Notepad will be just fine. Personally I prefer textpad, it is a freeware, so just download it and try.

Ok copy and paste the following into a notepad, and save it under test.asp. Those in purple are asp coding. whereas the rest are just html codes.



After you have done so, access it through your web browser

e.g http://localhost/mypage/test.asp. Try to view the source of the page at your browser, you should see that the ASP codes are all hidden. That is the beauty of server side scripting, where your scripts are hidden from the view of the public.

0 Comments:

Post a Comment

<< Home