HTTP 404 - File not found error with ASP page

C

Cinderella

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!
 
K

Kevin Spencer

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.
 
Top