Each tutorial has a corresponding sample. You can open the
samples directory from the start menu, go to the corresponding
sample in the tutorials subdirectory and follow the steps
described here.
- Compiling an ASP site.
A basic tutorial on how to create ASPC project for a
simple ASP site, configure, compile and deploy.
- Writing an embedded Compile Time script.
Shows how to create a simple project and embed <SCRIPT
RUNAT=COMPILER> tags in HTML and ASP files.
- Writing and attaching Compile Time script to a file (s).
Shows how to develop CTS that deals with the processed file
from "outside". The script in this tutorial uses the
HTML files from the project as templates and produces set of
static HTML pages corresponding to the information found in a
MS Access data base.
- Packing a script into the CTS library.
Continues the previous example by adding some more
improvements - configuration dialog, help page and library
information file.After finishing the packed CTS can be
installed on another machine by clicking the "Install
new" button in the CTS Library dialogs.
|