This topic is locked

error HTTP 500

3/16/2005 12:48:54 PM
ASPRunnerPro General questions
chanis author

I am trying out this trial ASPRunner,but I always get HTTP 500 error when I try to open anny page in the browser. I have made asp pages befoe whit out anny problems.I'm using frontpage 2003 and access 2000. Hope you can help me <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1240&image=1&table=forumtopics' class='bbc_emoticon' alt=':o' />

Sergey Kornilov admin 3/17/2005

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 run this page again to see error message which you can post here.

chanis author 3/17/2005

Thank you it seems to be ok now <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=3755&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />