I would like to reuse *.aspx files in multiple ASP.Net MVC projects. Is this possible?
EDIT: Anthony\'s suggestion of using version control system to share common files
I normally solve this sort of issue via source code control. Most systems (even VSS) allow you to share a file across multiple projects.