The .Net system install

1. The zip file contains all the files you need. There is a Visual Studio 2003 project and 
   the SQL scripts required to create the database. 

2. Decompress files into a new directory called C:\ALTProject

3. Create a new MS SQL Database called AjaxLinkTracker

4. Create a new table and two store procedures in the database by running the scripts provided 
   in the C:\ALTProject\Database Scripts\ directory.

5. Create a new database user called ALTUser and chose your own password

6. Open the Web.config file in the C:\ALTProject\AjaxLinkTracke\ directory and change 
   the line value property of the line <add key="DatabasePassword" value="xxxxxxx"/> to 
   the password you chose.

7. Use IIS manager to create a web site or virtual directory. Set the local directory path 
   to C:\ALTProject\AjaxLinkTracker\

8. Open the C:\Projects\AjaxLinkTracker\api\2.2\ajaxlinktracker.js file and change the 
   line me.apiURL = 'http://localhost/ajaxlinktracker/api/2.2/'; to match the path of 
   your web server.

9. Open the test file called example.htm. If you have created a local virtual directory 
   called ajaxlinktracker the path will be: http://localhost/ajaxlinktracker/example.htm

