Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
Lodewijk Sioen edited this page Feb 14, 2015 · 16 revisions

Welcome to the ExitStrategy Wiki

ExitStrategy Logo

What is ExitStrategy

A set of controls that will help you integrate Asp.net Mvc and Webforms in one project.

Installing Exitstrategy

Make sure you are on .net 4.5 and Mvc 5. You can get the package from Nuget

PM> Install-Package ExitStrategy.ForWebforms -Pre

Or follow the instructions for manual installation

Using ExitStrategy

Simply use the controls in your webforms pages:

<mvc:Partial PartialViewName="Header" runat="server"/>

Further Reading

Disclaimer

I'm not using this in production code. At the moment this is nothing more than a proof of concept that got out of hand.