demonstration site
customizable database-driven applications for the web



[Overview and License]

The license for the software is for one(1) site. It can be installed and run by 1 Web server. You are required to leave the visible Iatek and ASPapp copyrights and links from the pages. You are required to leave all copyright comments in the HTML and ASP source code. By downloading and using this source code you agree to the following licences and terms of use statement:



If you do need support visit the forums area at ASPapp.com, or contact us at: support@aspapp.com. There is a minimum $99 fee (per incident) for phone support that can be paid via credit card.

[Installation and Setup]

This software will run on Microsoft IIS4+ Web servers running WinNT, Win2K, and WinXP
    For Access
    • - unzip the .zip file to a Web shared (alias or virtual created via IIS) folder
    • - make sure the '/data' folder is write accesible to the IUSR_MACHINE account
    • - make sure the database connection paths (cn.Open, user_cn,Open) in 'i_utils' are valid paths to the database

      The most common reason for problems is that the Internet Guest account (IUSR_MACHINE) does not have 'Write' permissions on the database file (.mdb). To fix this problem, use the Security tab in Windows Explorer to adjust the properties for this file so that the Internet Guest account has the correct permissions. When using Microsoft Access databases with ADO, it is also necessary to give the Internet Guest account Write permissions on the directory containing the .mdb file. This is because Jet creates an .ldb file to handle database locking. You may also need to give read/write permission on the Temp folder because Jet may create temporary files in this directory.


    For SQL
    • - unzip the .zip file to a Web shared (alias or virtual created via IIS) folder
    • - create a database on your SQL server and execute the included .sql script file (in the '/data' folder) on the new database
    • - update the database connection strings (cn.Open, user_cn,Open) in 'i_utils.asp' for your SQL server database (ie; "PROVIDER=SQLOLEDB;DATA SOURCE=sqlservername_or_ip;UID=myuserid;PWD=mypwd;DATABASE=mydatabase")


    For complete documentation see 'doc.asp'

Copyright ©2000-2002 Iatek | ASPapp.com