This topic is locked

Cannot display page error

2/20/2012 10:17:41 AM
ASPRunnerPro General questions
K
kbdci author

I am using ASPRunner Pro 7.0 to create a list page, a search page, and a printer page only for my Access 2007 db. When I view in my local PC or upload to the demo account, everything works fine. When I publish the output directory to my live site online, and click a link to the index.htm file, my browser tries to open a page called menu.asp and reports that the page cannot be displayed.
The link to the demo page is:
http://demo.asprunner.net/kfa_gotodci_com/Crossword_Glossary/Crossword_glossary_list.asp
In the 5.1 version of ASPRunner Pro, I copied the output directory to Front Page and published it to my web. The index.htm file called the list page directly and everything worked fine. I used the same technique to publish the 7.0 version.
For the new version, I tried changing the redirect call in index.htm to the list page. That also produced an error that the page cannot be displayed.
How can I get my table to display correctly with version 7.0?
Thanks.

Sergey Kornilov admin 2/20/2012

My suggestion is to point your users directly to the list page as opposed to sending them to index.htm page. This way you won't any issues.

K
kbdci author 2/20/2012



My suggestion is to point your users directly to the list page as opposed to sending them to index.htm page. This way you won't any issues.


I will try this method although it will require me to find and change all the links in my web that now open the table. And I will have to do that for all of my 24 tables that I am upgrading with 7.0.
Why did the other method work so easily with the 5.1 version of AspRunner and not work at all with version 7.0? Why does the page open in the demo site correctly and not on my web?
If there is any way I can get the redirect to work correctly, it would be much more useful.
Thanks again.

Sergey Kornilov admin 2/20/2012

Delete all ASPRunnerPro files from your website, do a full build to a brand new output directory and the upload all application files to the server. That would resolve the issue.
I have no idea how menu.asp redirect got there as your application don't have a menu. I guess you have mixed files from several different builds. A clean build will solve the issue.