 |
|
|
Installation Instructions
The diary is very easy to install, just follow
the below steps:
- Unzip all of the files to a temporary
folder
- Create a new folder on the webserver
- Upload all of the files except the database
(diary.mdb) and config.asp
- Upload the database to a suitable location on
your server
- This location must have write permissions
granted to the IUSR_ account
- It is advisable that the folder isn't publicly
available via a URL (you don't want people downloading it!) if this
isn't possible rename the database file using an obscure name
- Open config.asp with notepad or other
suitable editor
- Change the line strCon = to be that of the
location of your database, example include:
- strCon= "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=" & server.mappath("diary.mdb")
This would be the same folder as your scripts.
- strCon= "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\inetpub\db\diary.mdb"
A physical path.
- If you have any problems please use our support forums
|