Forum Moderators: open

Message Too Old, No Replies

Enable asp file under custom errors

within IIS

         

macrost

8:34 pm on Mar 6, 2004 (gmt 0)

10+ Year Member



On my local machine, I need to setup my 404 error to be able to process asp code. In IIS under custom errors for the default web site I pointed the error to my specific file. However it isn't processing any code.

Is there a setting that I need to turn on to allow this?

Thanks,
Mac

bateman_ap

8:44 pm on Mar 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



in error mapping properties, change the message type to url, don't use file or it won't process the asp code and then point it to the url of the page you want to use, ie /errordoc.asp

macrost

8:55 pm on Mar 6, 2004 (gmt 0)

10+ Year Member



bateman_ap,
Thanks! That did the trick!

Mac