Home > Archive > ASP > October 2004 > HTTP 404 file not found error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HTTP 404 file not found error
|
|
| GBud2004 2004-10-22, 8:55 pm |
|
Hi,
I am having a strange problem. I have certain ASP pages that are well
tested and working in many places. But there is one server (windows
2000) on which some of the asp pages do not work. I get a HTTP 404 file
not found error. I checked more than a few times and made sure the files
are there on the server where the IIS application is looking at. The
strange thing is, some of the ASP pages are working fine. Only those
ASP pages whose name starting with 'ETC' is not working. If I change
the name of the same ASP to some thing other than "ETC" it works fine.
Do you think there is some software on the sever that tells IIS to
block requests coming from any ASP pages starting with the name 'ETC'?
Is there any way I can find out what is going on.
Any input is greatly appreciated.
Thanks,
GT
--
GBud2004
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message443592.html
| |
| Paul Baker [MVP, Windows - SDK] 2004-10-23, 3:55 pm |
| If there has been a lot of renaming and modifying activity in the source
files, I would try restarting IIS to make sure that it is not caching old
pages.
Paul
"GBud2004" <GBud2004.1ejuxf@mail.webservertalk.com> wrote in message
news:GBud2004.1ejuxf@mail.webservertalk.com...
>
> Hi,
>
> I am having a strange problem. I have certain ASP pages that are well
> tested and working in many places. But there is one server (windows
> 2000) on which some of the asp pages do not work. I get a HTTP 404 file
> not found error. I checked more than a few times and made sure the files
> are there on the server where the IIS application is looking at. The
> strange thing is, some of the ASP pages are working fine. Only those
> ASP pages whose name starting with 'ETC' is not working. If I change
> the name of the same ASP to some thing other than "ETC" it works fine.
>
> Do you think there is some software on the sever that tells IIS to
> block requests coming from any ASP pages starting with the name 'ETC'?
> Is there any way I can find out what is going on.
>
> Any input is greatly appreciated.
> Thanks,
> GT
>
>
>
> --
> GBud2004
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message443592.html
>
| |
| Ben Strackany 2004-10-27, 8:55 pm |
| First try restarting IIS and/or the server.
Are there any ISAPI filters installed on the server that might be affecting
it?
Also, check the IIS web logs & confirm that you're actually getting a 404 &
that the ASP pages aren't redirecting you to a different page that's
returning the 404.
--
Ben Strackany
www.developmentnow.com
"GBud2004" <GBud2004.1ejuxf@mail.webservertalk.com> wrote in message
news:GBud2004.1ejuxf@mail.webservertalk.com...
>
> Hi,
>
> I am having a strange problem. I have certain ASP pages that are well
> tested and working in many places. But there is one server (windows
> 2000) on which some of the asp pages do not work. I get a HTTP 404 file
> not found error. I checked more than a few times and made sure the files
> are there on the server where the IIS application is looking at. The
> strange thing is, some of the ASP pages are working fine. Only those
> ASP pages whose name starting with 'ETC' is not working. If I change
> the name of the same ASP to some thing other than "ETC" it works fine.
>
> Do you think there is some software on the sever that tells IIS to
> block requests coming from any ASP pages starting with the name 'ETC'?
> Is there any way I can find out what is going on.
>
> Any input is greatly appreciated.
> Thanks,
> GT
>
>
>
> --
> GBud2004
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message443592.html
>
|
|
|
|
|