How to Write ASP Scripts
ASP or active server pages, is used to make websites that are both dynamic and static. Here, you will learn how to write a simple hello world script.
Steps
1
Configure IIS.
2
Open Notepad and type this: <% response.write("Hello World!") %>
3
Run the Notepad file from a browser.
source : www.wikihow.com
No comments:
Post a Comment