I want to wrap some authentication logic in a controller, and re-use it in a few other MVC projects.
Is it possible to wrap the controller logic and drop the .dll in the other projects?
How will I re-write the routing logic for this?
Would using 'Areas' make this more or less complicated?