What We've Learned
-
Active Server Pages allow the generation of dynamic HTML code to be sent to a browser
-
We can write ASP pages using VBScript
-
The Personal Web Server permits us to run and test our programs on the Internet
-
We can embed a DLL in a server side
.asp
file. We built one that used ADO to manage visitors to our site
-
Your server can write a cookie file to a client's browser
-
Either HTML or ASP files can take data from a user and pass it back (i.e., POST) it to the server.
In the next chapter we're going to take a look at another powerful technique – data mining.
© 1998 by Wrox Press. All rights reserved.