This topic is locked

ASP Error Happened Could not find file

9/26/2005 11:57:23
ASPRunnerPro General questions
author

I have an eval copy of this program and have a problem:
I created a project and posted it to localhost/ASPRunnerPro with a login page. I open the login page with no problem, but then get the error:
[Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
The file it is trying to open is http://localhost/ASPRunnerPro/Equipment_list.asp.
Help!!

Sergey Kornilov admin 9/26/2005

Kevin,
this seems to be a connection string error.
Most probably IIS user do not have access to your database when you run ASP page. This happens if your database reside in My Documents directory.
Please post your connection string here which can be found in include/dbconnection.asp file.