ADO problem running classic ASP in Vista
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi friends, I'm having a problem when trying to connect to any DB using ADODB.Connection server object. I'm using classic ASP and my OS is Windows Visa Business. The message I'm getting is: "An error occurred on the server when processing the URL. Please contact the system administrator" ...and it comes when the code reaches this line: mycnn = Server.CreateObject("ADODB.Connection") I will appreciate any help.