Is there a way to return the same view every time a HttpNotFoundResult is returned from a controller? How do you specify this view? I\'m guessing configuring a 404 page in
Please follow this if you want httpnotfound Error in your controller
public ActionResult Contact() { return HttpNotFound(); }