0

我正在开发一个 C# Web 应用程序,实际上用户将通过这个应用程序构建一个符合他要求的新 Web 应用程序。它将像一个对象关系映射在线平台。为此,我需要一个运行时编译器。我找到了一些 winforms 项目的示例,但没有找到用于 Web 应用程序运行时编译的示例。我可以从哪里开始有任何帮助或示例?

4

1 回答 1

0

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.

于 2012-07-11T10:34:53.927 回答