This topic is locked
[SOLVED]

 404 Error

3/24/2003 5:26:01 PM
ASPRunnerPro General questions
author

Can someone tell me how to troubleshoot 404 errors when trying to look at the asp pages? Everything looks like it should work.

admin 3/24/2003

Hi,
Error 404 means that you trying to access a page that cannot be found.
Where exactly this problem is happening?
Sergey Kornilov

500018 3/25/2003

I get a 404 error when I try to use the URL to the ASP page. The directory is where it's supposed to be, the files are there, but not finding the page. I am running IIS 5 on W2K. I have restarted IIS.

admin 3/25/2003

Hi,
I assume that you created a separate virtual directory on your IIS server to test ASP files (using ASPRunner or manually).
Here is how you can test that everything is correct:

Go to Start->Programs->Administrative tools->Internet Services Manager

Expand your default Web site

Click on this virtual directory that you use for testing

On the right pane you should see list of files in this directory
<table_name>_list.asp

<table_name>_edit.asp

default.asp

...
Right click on default.asp and choose Browse. It will open correct URL in your browser.
Sergey Kornilov

500019 3/25/2003

I tried to browse to the page and I get "Page not found" My virtual directory is under a secure server, I get the certificate page and the log in page, but then I get page not found.
Thanks for your help.
Diane

500020 3/25/2003

I got it to work by installing IIS on my local machine. Everything looks good.