How do you put an entire asp.net website into one dll?
问题 I am building a web application framework in C# for Asp.Net. The framework consists of mix of dll files, aspx files with codebehind files, code files in App_Code, css files and images. I've looked at the "Web Application" project in Visual Studio 2008. This helps to remove all code files and put them into one dll in the bin folder. But, all the other files remain. I think it must be possible to put these files in a resource file and include that into the dll file. I see that some control