Link to home
Start Free TrialLog in
Avatar of SmashAndGrab
SmashAndGrab

asked on

Migrating Classic ASP to Windows Server 2012

I am in the process of migrating some classic ASP applications from Windows Server 2003 to Windows server 2012.

I have managed to get a basic ASP page to run - however when I try and run a page that access's an SQL database I get this error:

error '80004005'
/apps/Retail_Helpdesk/frames/frameoverall.asp, line 17


Line 17 refers to the database connection in my code:

User generated image
I have setup the ODBC connection to the database and have tested it - it works ok.


I am hoping that someone will know a way of fixing this one.

Thanks

stuart
ASKER CERTIFIED SOLUTION
Avatar of zc2
zc2
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SmashAndGrab
SmashAndGrab

ASKER

Perfect!!    It works like a dream - thank you.
You are welcome!