05-21-05 12:51 PM
Hi,
This is not possible (AFAIK) using ASP. Either change the settings via IIS
Manager, use ISAPI Filter, or convert to ASP.NET (where you can specify
changes via web.config).
If you have access to the server, you can script the necessary changes
(using ADSI) to the metabase, so I don't really understand the argument
about having "lots of sites" as an impediment to doing this.
Cheers
Ken
--
Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com
"Andy Smith" <AndySmith@discussions.microsoft.com> wrote in message
news:507F4C28-E9CA-4538-A63C-E4E02E0E6EA6@microsoft.com...
: Forgot to say that I know you can define different error pages per virtual
: directory, but would prefer, if possible, to do as asked above!!
:
: Thanks/...
:
: "Andy Smith" wrote:
:
: > Hi there,
: >
: > Is it possilbe to redirect error pages (401, 404, etc), to a custom page
: > using ASP/VBScript.
: >
: > I'd rather not use the custom errors tab in IIS as we have more than one
web
: > site running on the IIS server.
: >
: > Thanks very much/...
[ Post a follow-up to this message ]
|