HTTP 404 - File not found error with ASP page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created an ASP page which tries to retrieve data from my SQL server. It's working fine on my intranet. Now I moved it to my public website, which is hosted on a different webserver, I got this error message

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

.....
HTTP 404 - File not foun
Internet Explorer

Please help!
 
The HTML 404 Not Found error message always indicates that the file
requested doesn't exist at the URL specified. Check the location of the
file, and compare it to the URL you are using to get to it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Cinderella said:
I created an ASP page which tries to retrieve data from my SQL server.
It's working fine on my intranet. Now I moved it to my public website, which
is hosted on a different webserver, I got this error message:
The page cannot be found
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top