Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageIf 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 >
Post Follow-up to this messageFirst 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 >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.