I have set up a test server with W2K. When I do a redirect to an APS page I get an "page can not be displayed" error. It works on our other servers and redirects to html pages also work. Does anyone have any ideas?
What version of IIS? 4.0? If that's the case then Buffering is off by default. At the top of your ASP page you'll need to add the line <%response.buffer="true"%>
This will allow you to redirect without an error. You should also take GaryC123's advice so you can get a real error message.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.