I am making a copy of a web site we have running on a new test machine, I have created the site identical to the original with the only changes being the database name, and the machine name (as it is on a new machine). Everything else is identical. However when I try to view the page I am receiving the following error related to the creation of the database connection:
"Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/global.asa, line 250 Invalid ProgID..."
line 250 of my code looks like this...
set objDB = Server.CreateObject("OEPDB.DB"
I have researched this error and seen many postings on it, but no obvious resolutions, could anyone advise what could be wrong?
Thanks,
SM
"Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/global.asa, line 250 Invalid ProgID..."
line 250 of my code looks like this...
set objDB = Server.CreateObject("OEPDB.DB"
I have researched this error and seen many postings on it, but no obvious resolutions, could anyone advise what could be wrong?
Thanks,
SM