Currently, I have a Desktop application that has some of its views available to Mobile. I added the ability to switch between Desktop and Mobile versions. However, if the user is on a page that does not have a mobile version and switches to Mobile, a bunch of bad things happen... Is there some way to tell MVC4 to go to a "Sorry, this isn't implemented on Mobile yet" page if a mobile version of the current view does not exist?Thanks!