To run Cycle-server @ home:

1. Extract the project-zip file to a temporary folder. 
   Move the contents of the source directory to 
   C:\Inetpub\wwwroot directory.

2. The server and worker machines need to have the .NET 
   framework installed on them. The server needs to have the
   .NET SDK and Internet Information Services (IIS) also 
   installed on it. The .NET framework and SDK can be downloaded
   from the MSDN website.

3. Start IIS on the server. Open command prompt and type
	net start w3svc

4. Make CSAHWebService, CSAHClient, CSAHWS and authentication 
   directories applications in Internet Information Services Manager. 
   Click on the createApplication button in Internet Information 
   services Manager.

5. Compile the WebService. Open command prompt, cd to the 
   CSAHWebService directory and type makenewservice.bat

6. Compile the worker agent. Open command prompt, cd to the 
   CSAHClient directory and type makenewworker.bat

7. To compile the applications, run the makeeigendll.bat and 
   makefactorsdll.bat files in the CSAHWS directory.

8. The ASPNET user account needs to be added to the list of users 
   in CSAHWebService, CSAHClient, CSAHWS and authentication directories. 
   The user needs to have all permissions on the files in the folders.
