If you did a standard install, the documentation should have been installed in the following directories.
The web developer's guide is the one you want.
Links
=====
You can also find the guides at the following links:
· Getting Started Guide
HTTP://<servername>/crysta
· Administrator's Guide
HTTP://<servername>/crysta
· Installation Guide
HTTP://<servername>/crysta
· ePortfolio User's Guide
HTTP://<servername>/crysta
· Web Developer's Guide
HTTP://<servername>/crysta
Main Topics
Browse All Topics





by: DarrenZaiPosted on 2004-03-11 at 21:55:18ID: 10578396
From the Launchpad page there should be links to the developers documentation that would have been installed when you installed the product. The links should be in the top left hand corner.
Essentially Crystal Server Pages(CSP) are very simliar in syntax and format to ASP pages, the only difference is they include calls to CE objects.
Pages with a .CSP extension will be passed by your web server to the Crystal Web Server which will process them. You can actually take any .ASP page and change the extension to .CSP and it will still work.
Darren