I want to return the same generic invalid page if a user does not have access to a page. I want to make use of this invalid page from several different views.
How can I render this page without creating them in every view?
Yes, I can create some other controller and redirect to those pages, but I want the url in the browser to be the same as the page the person is trying to access. I want to render the page not redirect.