|
Related Topics:
| IIS 5.1 + .asp files returning 500 ISE - I just installed WinXP Pro and loaded up IIS 5.1, .html files show up so i know IIS is but i get this error in the event log : The server failed to load The error was 'Class not my..
IIS returning 404 not found for .xsd files - I have a web site that links to several files of various types, all in the same Examples of file types include .doc, .xls, .html, and .xsd. works fine except the XSD... when linking to it at..
IIS responding but not returning pages (please help) - Not even trying a plain HTML page returns. After a while I get message saying find server or DNS Doing FTP localhost says to then after a while it says closed by remote I have disabled the..
IIS Returning sitename instead of FQDN - Hi, I got a problem with my IIS When I connect to my site on my w2k server IIS 5.0 using the FQDN, after the first page IIS is returning the sitename instead of the FQDN. So when I connect from the net, I got an Error 404. If I connect..
IIS5 hangs on returning .asp - Hi, Recently, IIS5 has stopped retuning files of type .asp In the browser, the progress bar just edges its way up and stops about half way. The page never opens. works fine when an .htm is I have toggled Script Blocking in..
|
|
| Author |
Message |
External

Since: Oct 26, 2006 Posts: 1
|
(Msg. 1) Posted: Thu Oct 26, 2006 11:05 am
Post subject: ASP returning 404 Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hi all,
I am using a windows 2000 server with IISLockdown and ISAPI_Rewrite
installed on it. I have 2 websites A & B. ASP pages on A are working
properly, but when placed one B they return 404 error. All other pages
such as txt, html, asp.net work fine on B. Both websites have the same
configuration, and use the same ISAPI filters.
A sample code that is not working is, file name test.asp:
<%@ LANGUAGE="VBSCRIPT" %>
<% response.redirect("URL")%>
Do you know what needs to be done to fix that?
Thanks,
Mohammed >> Stay informed about: ASP returning 404 |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 2) Posted: Thu Oct 26, 2006 11:21 am
Post subject: Re: ASP returning 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Please first verify that URLScan does not block the request by checking
the urlscan log file in %windir%/system32/inetsrv/urlscan/logfiles
(default location)
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Mohammed Hamama wrote:
>Hi all,
>
>I am using a windows 2000 server with IISLockdown and ISAPI_Rewrite
>installed on it. I have 2 websites A & B. ASP pages on A are working
>properly, but when placed one B they return 404 error. All other pages
>such as txt, html, asp.net work fine on B. Both websites have the same
>configuration, and use the same ISAPI filters.
>
>A sample code that is not working is, file name test.asp:
><%@ LANGUAGE="VBSCRIPT" %>
><% response.redirect("URL")%>
>
>Do you know what needs to be done to fix that?
>
>Thanks,
>Mohammed >> Stay informed about: ASP returning 404 |
|
| Back to top |
|
 |  |
External

Since: Oct 16, 2004 Posts: 126
|
(Msg. 3) Posted: Thu Oct 26, 2006 7:43 pm
Post subject: Re: ASP returning 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
If the suggestion Kristofer doesn't work. ISAPI-RewriteURL and
response.redirect commands have conflicts. Make sure your response.redirect
command is an absolute URL vs. a relative link. have you tried removing the
ISAPI-Rewrite component to see if this resovles the issue?
Tx,
Steve Schofield
Microsoft MVP - IIS
"Mohammed Hamama" <mohammed.Hamama.TakeThisOut@gmail.com> wrote in message
news:1161885900.898071.55120@k70g2000cwa.googlegroups.com...
> Hi all,
>
> I am using a windows 2000 server with IISLockdown and ISAPI_Rewrite
> installed on it. I have 2 websites A & B. ASP pages on A are working
> properly, but when placed one B they return 404 error. All other pages
> such as txt, html, asp.net work fine on B. Both websites have the same
> configuration, and use the same ISAPI filters.
>
> A sample code that is not working is, file name test.asp:
> <%@ LANGUAGE="VBSCRIPT" %>
> <% response.redirect("URL")%>
>
> Do you know what needs to be done to fix that?
>
> Thanks,
> Mohammed
> >> Stay informed about: ASP returning 404 |
|
| Back to top |
|
 |  |
|