INSTALLATION GUIDE
VCalendar v 1.0  


REQUIREMENTS
------------
- A web server (IIS)
- VBScript 5.1 or above 


INSTALLATION 
------------
- Download the latest VCalendar version
- Unzip the VCalendar zip file into your webroot. 


INSTALL VCALENDAR WITH THE INSTALLATION WIZARD
 	   
1. Open the http://<yourServer>/<VCalendarDirectory>/ directory in the browser. 
You will be redirected to the Installation Wizard. 
Click Start Installation to begin.

2. On Step 2: 
	a. Specify the full path to VCalendar.mdb (MS Access file) and Site URL. 
	b. In the "Admin's Account" section enter the login and password of the administrator. 
	c. Click button 'Submit'.

3. On Step 3 click on the 'Start' to run Vcalendar


INSTALL VCALENDAR BY MANUAL

1. Unzip the project in the root folder
2. Open Common.asp to edit the following: 
	a. In line 26 specify Site URL (Sample example: Dim ServerURL : ServerURL = "http://myserver.com/myvcalendar/) 
	b. In line 149 in the ConnectionString variable specify the full path to the Vcalendar.mdb database file 
	(Sample example: ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\vcalendar_asp\DB\VCalendar.mdb;Persist Security Info=False") 
	c. In line 1967 change False to True (CalendarIsInstalled = True) 
	To run the nstallation wizard again set false in the global variable: CalendarIsInstalled = False
