I want to introduce a functionality in my ASP.net website that, whenever a request is received for an unknown URL on my domain, the user is redirected to my error_404.
error_404.
It's works for me. I just include this code between the tag :