What is the best way to share a common Partial View between applications? I\'ve created a separate assembly containing my Partial View in an ascx file, some scripts that go wit
A nice question indeed.
I would suggest avoiding ascx files and generating HTML manually in your HTML helpers. TagBuilder class does a great deal of help here.