Vacation Tracker

Employee Vacation Tracker Active Server Pages

This .asp application is written in VBScript and is used for tracking the locations of employees, and vacation time. It currently runs off of NT Authentification, and will need an exchange server to work. (newer versions to come email with suggestions ) 

Download the Vacation Tracker Here in zip format - Release 2001-11-28. 

You will need to modify secure.asp with a current exchange server, and make sure you set the directory that the application is installed to with Basic NT authentication or Challenge/Response. You will also need to make sure the connection string in DSN.ASP points to the correct database 

Requirements: This has been tested with Windows NT workstation and PWS 4.0 (and .ASP) with no problems. 

Email me with any questions you may have installing this. - senner@senner.net


You are allowed to use this for any purposes that you desire.  Please give credit to myself and/or link to the website.  (http://senner.net ) if you use this or make changes.

-----------To get this Running.------------

1.  Unzip the files to your wwwroot directory.
2. Open Internet Service Manager and create a new virtual directory such as "vacation"
	- make execute script permission is checked
	- Have directory security on this new virtual directory set to Basic Authentication
3. The Database connection it uses is in dsn.asp  it looks like:
 sDSN = "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=jenga;Data Source=" & Server.MapPath("calendar2000.mdb")
	Make sure you have the Jet Drivers installed, these are available from microsoft.  If you want to run on a SQL server, export the tables from the 	included database to the SQL server, and change this database connection.

4. Edit secure.asp with your Exchange Server on the line Dim 
	ExchangeServer = "servernamehere"
	This is needed to initially get info about a new user. If you do not want/do not have an exchange server, manually enter in the user information into the access database in the table "tblEmployee"  make sure the NT user name exactly matches the user that is going to login with basic nt authentication.

5. open your browser and go to : http://iisservername/vacation  a login prompt should appear, where you enter your NT credentials, and then it should bring you to the main page.








