关于Dotnetnuke的一些问题

发布于 2024-11-30 19:38:31 字数 214 浏览 3 评论 0原文

我有一些关于 Dotnetnuke 的问题:

  1. 我可以创建/运行多个仅安装 VS 2010 的网站还是需要 IIS(Express) ?
  2. 网站是否会在您的硬盘上创建物理地图?
  3. DNN 可以被视为 SharePoint 的“替代品”吗?
  4. 一旦网站投入生产,它可以处理大量的工作负载吗?

感谢您的任何答复。

I have got some questions about Dotnetnuke:

  1. Can i create/run multiple websites having only VS 2010 installed or do i need IIS(Express) ?
  2. Does a website create a physical map on your harddrive ?
  3. Can DNN be seen as a SharePoint "alternative" ?
  4. Once a site is in production can it handle a big workload ?

Thx for any answer.

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

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

发布评论

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

评论(2

我爱人 2024-12-07 19:38:31
  1. 我通常做的是配置本地 IIS(真正的交易)来运行 DNN 安装(在 C:\InetPub\yada...),然后在 DesktopModules 文件夹中为我的自定义模块创建单独的解决方案。我不喜欢将整个 DNN 站点加载到 VS 中,除非我实际上直接对 DNN 执行某些操作。

  2. 不知道你问这个问题是什么意思。 DNN 确实有一个运行所需的文件夹结构。

  3. 我没有太多的 SharePoint 经验,但 DNN 是一个非常好的内容管理系统。有很多资源涵盖这个主题 例如这篇文章.

  4. 这取决于您配置缓存的程度以及您在后台进行的自定义“内容”。不过,这就像任何网络项目一样。 www.dotnetnuke.com 是 DotNetNuke 安装并处理相当大的工作负载。有很多地方可以微调您的安装,因此这应该不是问题,具体取决于您如何定义“大工作负载”。

  1. What I normally do is configure a local IIS (the real deal) to run the DNN installation (in C:\InetPub\yada...) and then create individual solutions in the DesktopModules folder for my custom modules. I don't like loading the entire DNN site into VS unless I'm actually doing something directly to DNN.

  2. Not sure what you mean by this question. DNN does have a folder structure that is required for it to run.

  3. I don't have a lot of SharePoint experience, but DNN is a pretty good content management system. There are plenty of resources out there that cover this topic such as this post.

  4. It depends on how well you configure caching and what custom "stuff" you have going on in the background. This is like any web project, though. www.dotnetnuke.com is a DotNetNuke installation and handles a pretty heft workload. There are plenty of places to fine-tune your installation and so this shouldn't be a problem, depending on how you define a "big workload."

她说她爱他 2024-12-07 19:38:31

就 #1 而言,您_可以)将内置 Web 服务器 (Cassini) 与 Visual Studio 一起使用,但您必须运行整个 DNN 网站,而不仅仅是一个模块。像@James一样,我们通常使用IIS,它更简单。

In terms of #1, you _can) use the built-in web server (Cassini) with Visual Studio, but you'll have to run the whole DNN website, not just the one module. Like @James, we usually use IIS, it's simpler.

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