mvc5 - asp.net mvc 5 handle unknow controller name from url -
in asp.net mvc 5 how can redirect page if controller name invalid in url http://localhost:51056/free
redirecting controller name doesn't exist return http 404 (not found) response.
probably best way set redirection rule on server redirects /free other path exist.
Comments
Post a Comment