This question stems from a recent topic I made about setting up Web Application Project references but I think is unique enough to merit its own post.
We have a web application that has some aspx pages with code-behind as well as html pages and other files (js, images, etc). When the project is built, all of the application code (cs files) gets compiled into a DLL. Is it possible to compile the html, js, and other files into the DLL as well? We want to set up a project reference that would be able to use the non-compiled source included in this parent project. Would this even work with IIS?