Display a view from another controller in ASP.NET MVC

Is it possible to display a view from another controller? Say for example I have a CategoriesController and a Category/NotFound.aspx view. While in the CategoriesController, I can easly return View(“NotFound”). Now say I have a ProductsController and an action and view to add a product. However, this action requires that we have a Category to … Read more