Hello,
Is it possible to redirect the user to a certain page when an error
occurs like 404 or 500?
I think I should do this in web.config in <customErrors
mode="RemoteOnly" /> but I don't know how.
Can someone show me an example?
Thanks,
Miguel
Brock Allen - 19 Jul 2005 21:05 GMT
Here are the docs for setting that up:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/g
ngrfCustomerrorsSection.asp
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Hello,
>
[quoted text clipped - 8 lines]
> Thanks,
> Miguel