admin
-
12/8/2006 1:33:27 PM
Re: Error.aspx not found
Hello,
Thank you for your message. I'm sorry, this was a bug in 2.0 and 2.0a - they contained an invalid error handler in the web.config file. You may need to change the customErrors section in your web.config like this:
<customErrors mode="RemoteOnly"> <error statusCode="404" redirect="CMSMessages/error404handle.aspx"/> </customErrors>
Best Regards,
|