Requirements.

Microsoft Internet Information Server

.Net Framework 1.1 (can be downloaded here: http://www.asp.net/download-1.1.aspx?tabindex=0&tabid=1 )

Microsoft SQL Server.

Web Browser

Installation:

Unzip aka.zip into a directory.

Open up IIS Console and create a virtual directory and have it point to the aka directory.

MS SQL Server:
Open up the Query Analyzer and goto File -> Open, and open aka.sql.  This will create the DataBase Tables.

Goto the bin directory located under the aka directory and open up Process Factory. Here you have to set your DB connection String.

Next click the run.bat to complile the files.  If you have done this correctly, you will see aka.dll.

Next under the aka Directory open up the web.config file and goto app settings and configure your DB connection string. See Below.
<appSettings>
     <add key="connectionstring" value="server=ServerName; user id=userid;password=password ;database=DB;"/>
</appSettings>

Next open up your browser and enter the URL:  http://localhost/aka/default.aspx

Your all set to go.

Any questions should be emailed to akshaia@uwindsor.ca






