I have a mixed environment with both Forms and MVC v2 pages. I want to redirect to a MVC page from a Forms page.
Usually I use RedirectToAction when within the controller. But when I am in a Asp.Net Forms type page I can’t really use that.
I’m digging around the framework to find a solution, thought I would ask here in case someone already knows the answer to this.
I found the answer on my own. Here is how I solved this: