我正在开发一个 C# Web 应用程序,实际上用户将通过这个应用程序构建一个符合他要求的新 Web 应用程序。它将像一个对象关系映射在线平台。为此,我需要一个运行时编译器。我找到了一些 winforms 项目的示例,但没有找到用于 Web 应用程序运行时编译的示例。我可以从哪里开始有任何帮助或示例?
问问题
93 次
There is no difference when compiling from a winform app or from a webform app ( a part from some trust issue you can have in a web application ). Just use CodeDom features of the .NET framework.