Gossamer Forum
Home : Products : DBMan : Customization :

Windows NT & IIS4.0 Problem

Quote Reply
Windows NT & IIS4.0 Problem
I have been running DBMan without problems on Win 98 (development) and Solaris (Internet).
I am thinking of changing hosts and want to test on NT & IIS4.0
DBMan is unable to locate default.cfg;
If I place "require auth.pl" before line "require default.cfg" DBMan is unable to locate auth.pl;

It appears $db_setup is not pointing to the DBMan.pl directory since both these files are in the same directory

Any ideas as to the fault?

Thanks in advance
Quote Reply
Re: Windows NT & IIS4.0 Problem In reply to
Two suggestions:

1) Change the $db_script_path to the ABSOLUTE PATH including the correct drive in the db.cgi file, like the following:

Code:
$db_script_path = "C:/InetPub/wwwroot/Web/cgi-bin/dbman";

with no trailing slash.

2) Make sure that you have the correct Perl Path in your db.cgi file.

To obtain the correct Perl Path and also ABSOLUTE PATH to your Web, contact your hosting company.

Regards,

------------------
Eliot Lee....
* Check Resource Center
* Search Forums

Quote Reply
Re: Windows NT & IIS4.0 Problem In reply to
Thanks Elliot

It Worked.

I had previously attempted similar - but with backslashes.

Quote Reply
Re: Windows NT & IIS4.0 Problem In reply to
Good....

You're welcome.

Regards,

------------------
Eliot Lee....
* Check Resource Center
* Search Forums