I\'ve got the following IHttpModule and I\'m trying to figure out how to execute an action from a controller for a given absolute or relative URL.
IHttpModule
You can using HttpContext:
System.Web.HttpContext.Current.Response.Redirect("/Error/NotFound");