|
 |
ASP BASICS
ASP is a DLL which exists on the server. It
will parse the ASP commands and allow you as the
programmer to make server-side scripts thus permitting
a web page to be changed before being sent to
the user.
All of your asp pages will require to be saved
with a .ASP extension. This will be filtered though
the ASP DLL routinely.
What are some of the rewards of ASP? The majority
of people consider that it is much faster to make
fully practical service side scripts in ASP then
say CGI. You are able to connect to a database
with just a few lines of code or mix and match
ASP and HTML. One more big advantage is the suppleness
of how you write the code. Most people use VB
SCRIPT or JSCRIPT.
|
|
|
|