|
 |
aspx thread: Bizarre 404 errors.
Message #1 by "Oliver, Wells" <WOliver@l...> on Thu, 12 Sep 2002 14:51:14 -0700
|
|
I browse to my application URL and everytime receive:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested Url: /applications/testrequests/index.aspx
--
However, this makes no sense to me because the file is very clearly there,
as there the dependant files. I can even remove the 'index.aspx' and get a
directory listing that shows the file.
I am thinking it migh be NTFS permissions but I am not sure where to look.
The entire folder has the SYSTEM account with full privileges.
Any tips?
Wells Oliver
Web Application Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com
Message #2 by Imar Spaanjaars <Imar@S...> on Fri, 13 Sep 2002 07:59:52 +0200
|
|
Hi Oliver,
I had this once too, and it turned out it was my defaultError page that was
missing.
Check your web.config in the error section to see if that's the case with
you as well. Maybe your index.aspx is throwing up an error and tries to
redirect.
HtH
Imar
At 02:51 PM 9/12/2002 -0700, you wrote:
>I browse to my application URL and everytime receive:
>Server Error in '/' Application.
>The resource cannot be found.
>Description: HTTP 404. The resource you are looking for (or one of its
>dependencies) could have been removed, had its name changed, or is
>temporarily unavailable. Please review the following URL and make sure that
>it is spelled correctly.
>
>Requested Url: /applications/testrequests/index.aspx
>--
>However, this makes no sense to me because the file is very clearly there,
>as there the dependant files. I can even remove the 'index.aspx' and get a
>directory listing that shows the file.
>
>I am thinking it migh be NTFS permissions but I am not sure where to look.
>The entire folder has the SYSTEM account with full privileges.
>
>Any tips?
>
>Wells Oliver
>Web Application Programmer
>Leviton Voice & Data
>xxx-xxx-xxxx
>http://www.levitonvoicedata.com
>
|
|
 |