Hi, I need to redirect the user to page not found page if the url doent exist. if the user copy the url and paste it on the rbowser, the page shows page not found method.
in this i need to redirect the user to page not found page
Hi, I need to redirect the user to page not found page if the url doent exist. if the user copy the url and paste it on the rbowser, the page shows page not found method.
in this i need to redirect the user to page not found page
See this:
http://stackoverflow.com/questions/619895/how-can-i-properly-handle-404s-in-asp-net-mvc
which refers to this: