Use html files from another project in ASP.NET MVC

Posted by Stacey on Stack Overflow See other posts from Stack Overflow or by Stacey
Published on 2010-05-10T18:28:07Z Indexed on 2010/05/10 18:34 UTC
Read the original article Hit count: 281

Filed under:

I know that I can use normal html files in ASP.NET MVC; however I have a situation where several (above 20) html files are needed for static display. This is fine and good, but I really don't want it cluttering the MVC project since none of them will have controller actions.

Is there any way to load up a second project and use static html files from it, within ASP.NET MVC?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2