ASP.Net Web 应用程序上的附加平台

发布于 2024-10-18 10:42:22 字数 301 浏览 5 评论 0原文

我想使用 ASP.Net 创建一个具有附加平台的 Web 应用程序,系统应该能够动态添加附加组件(动态添加附加组件) 并使它们在系统中可用。

示例:通过 Web 表单上传 zip 文件(包含插件所需的代码和任何文件),提交后插件即可在系统中使用。

我做了一些研究,但找不到使用 ASP.Net 实现附加平台的安全且具有良好实践的示例。我想知道是否有人知道我可以使用的技术/技术或任何可以帮助我进行研究的线索。

任何帮助将不胜感激,谢谢。

I want to create a web application using ASP.Net having an add-on platform, the system should be able to add add-ons on the fly (add add-ons dynamically) and make them available in the system.

Example: Upload a zip file (containing the code and any files required by the add-on) through a web form, when submitted the add-on can be used in the system.

I made some research but I couldn’t find a secure and with good practise example which implements an add-on platform using ASP.Net. I was wandering if any knows about a technique/technology which I can use or any leads which may help me with my research.

Any help would be appreciated, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2024-10-25 10:42:22

也许您最好的选择是 Orchard,新的 Microsoft CMS。它是一个基于 ASP.NET MVC 的开源项目,带有附加框架。如果您正在考虑 WebForms 而不是 MVC,请尝试 DotNetNukeUmbraco,两者都是具有附加功能的开源 CMS(尽管 Umbraco 实际上在下一版本中过渡到 MVC)。

Probably your best bet is Orchard, the new Microsoft CMS. It's an open source project based on ASP.NET MVC with an add-on framework. If you're thinking of WebForms rather than MVC, try DotNetNuke or Umbraco, both of which are also open source CMS's with add-on capabilities (though Umbraco is in fact transitioning to MVC in the next version).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文