I'm trying to implement a redirection in my ASP.NET MVC web application where any page with status 404 shall redirect to the Homepage URL and at the same time it shall be a permanent redirect i.e. it shall return status code : 301.
Can someone please help ? What changes shall I do in my web.config file ? Let me know if you require more details.