| Overview | Architecture | Download | Register | FAQ | Support |
dszWeb/admin/dszConnectionA.asp and dszWeb/include/dszConnection.asp are created in the software source location when you install the database server. Then when you install the web they are copied over and then deleted from the source. Installing in the wrong order, from different sources, or installing the web twice can cause this problem.
To fix the problem:
If the database and the web server are on the same machine, there is an alternative to hard coding sql passwords in files - you can use sql trusted login to access the database. To do this, edit both the dszConnectionA.asp and dszConnection.asp files, remove the single quote from the beginning of the third line, and insert one in front of the next line.