That is not the problem, because I created a test.asp that does a response.write and it works.
Is it possible it is some type of permissions issue on the mdb file?
Main Topics
Browse All TopicsI'm trying to setup classic asp web site on our dedicated server.
It appears I'm having a problem making a database connection.
sDSN = "Provider=Microsoft.Jet.OL
Set rs = Server.CreateObject("ADODB
Set cnn=Server.CreateObject("A
cnn.open sDSN
I'm getting a 500 error
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
Any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Possible that the problem is the path format.
By default for securety you cannot access from a web page a resource that is located on a parent directory.
Try ./access_db/vsproducts.mdb
on this thread you can find more details on the same problem
http://www.experts-exchang
Is this an x64 machine? If so, you might check this info:
http://support.micros
htt
Business Accounts
Answer for Membership
by: CCongdonPosted on 2009-11-05 at 12:42:41ID: 25753786
Classic ASP is disabled by default on 2003/2008 server.
Go to control panel/add remove/windows components. Look around in there. Somewhere under IIS, there is a setting for Classic ASP. Make sure it is installed.
Once done there, go to IIS Manager and check under Web Service Extensions. Make sure Classic ASP is there and enabled.