The administrator tool also created five ASP files in the web server hierarchy. These are the files necessary to set the session variables and launch the proper ASP files to initialize each distinct calendar.
The files in this example are stored in the directory
C:\InetPut\wwwroot\Community\start\. They all appear on
the web server as http://www.blah.net/Community/start/zzz.asp. The files are:
- test.asp - Goes to the main page, giving the user the choice to go into calendar, forums, or administration.
- test-admin.asp - Goes directly to the administration page for the this database
- test-calendar.asp - Goes directly to the calendar for this database using the default view for this database
- test-forum.asp - Goes directly to the forum page for this database
- expire.htm - This is used when the ASP Session variables time-out after 2 minutes. The ASP scripts redirect the user to this file. It contains a very simple index to all of the databases stored on the server. This file is re-built every time you add or remove a database. You can also rebuild the file using the button provided.
You may want to hand edit some of these files. You may want to copy a file to index.asp so there is a default page when the user simply types http://www.blah.net/community/start.