This topic is locked

Page Cannot be Displayed

2/27/2005 10:45:05 PM
ASPRunnerPro General questions
L
ligray author

Hello -
I am a newbie to ASP. I have created the code using access 2002. I can login to the site; however, when I try and enter one of the databases I get the error message Page Cannot Be Displayed. HTTP 500 Internal Server Error.
Any suggestions?
Thanks.
Steve

Sergey Kornilov admin 2/28/2005

Steve,
It sounds like some error happens on this page that prevents data from

displaying.
To see exact error message open ..._list.asp file in any text editor

and change the following line:
On Error Resume Next
to
'On Error Resume Next
After that you can run this page again and see error message which you can post here.

L
ligray author 2/28/2005

Hello Sergey -
Thanks a million for replying. I did as you suggested and here is the message:
Active Server Pages error 'ASP 0126'
Include file not found
/asprunner/Resume_Data_list.asp, line 18
The include file 'include/Resume_Data_dbconnection.asp' was not found.

Sergey Kornilov admin 3/2/2005

Steve,
it appears that INCLUDE folder wasn't transferred to the Web server.
You need to move the the whole content of ASPRunnerPro with subfolders to the Web server to resolve this issue.