is it possible to add a single Controller and possibly a view or two, in a class library ... which could then be redistributed (ie. via NuGet) and reused in various applications?
I'm thinking of providing a default view (or two) but allowing the consumer to override this view via a public property.
Possible?