Just as the Unix platform uses server-side scripting technologies - like PHP or CGI written in Perl - ASP is a server-side scripting environment found widely spread on Microsoft hosting platforms based on the Internet Information Server (IIS).
The default scripting language used
for ASP is VBScript – an easy-to-learn
programming language – but you can use
any language that supports ActiveX scripting.
The programming of ASP web applications
can be done with any text editor.
However, many tools such as FrontPage®
support ASP. The output of an ASP
file is plain HTML, which may be
viewed in any web browser.
You will find many free ASP sample
applications on the web which are
ready to be used within your solution.
ASP applications are easy to develop and modify. When you make a change to an ASP file on the server, you need only save the changes to the file. The next time the web page is loaded, the script will automatically be compiled.