M
Mohammed Hamama
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
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