I have a couple of pages that are common to all my ASP.NET projects. I would like to centralize this code within one assembly. How can i achieve this? Is it possible to simply create and assemble and add it as a reference to my ASP.NET projects, and the pages will be accessible?
source share