关于Dotnetnuke的一些问题
我有一些关于 Dotnetnuke 的问题:
- 我可以创建/运行多个仅安装 VS 2010 的网站还是需要 IIS(Express) ?
- 网站是否会在您的硬盘上创建物理地图?
- DNN 可以被视为 SharePoint 的“替代品”吗?
- 一旦网站投入生产,它可以处理大量的工作负载吗?
感谢您的任何答复。
I have got some questions about Dotnetnuke:
- Can i create/run multiple websites having only VS 2010 installed or do i need IIS(Express) ?
- Does a website create a physical map on your harddrive ?
- Can DNN be seen as a SharePoint "alternative" ?
- Once a site is in production can it handle a big workload ?
Thx for any answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通常做的是配置本地 IIS(真正的交易)来运行 DNN 安装(在 C:\InetPub\yada...),然后在 DesktopModules 文件夹中为我的自定义模块创建单独的解决方案。我不喜欢将整个 DNN 站点加载到 VS 中,除非我实际上直接对 DNN 执行某些操作。
不知道你问这个问题是什么意思。 DNN 确实有一个运行所需的文件夹结构。
我没有太多的 SharePoint 经验,但 DNN 是一个非常好的内容管理系统。有很多资源涵盖这个主题 例如这篇文章.
这取决于您配置缓存的程度以及您在后台进行的自定义“内容”。不过,这就像任何网络项目一样。 www.dotnetnuke.com 是 DotNetNuke 安装并处理相当大的工作负载。有很多地方可以微调您的安装,因此这应该不是问题,具体取决于您如何定义“大工作负载”。
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.
Not sure what you mean by this question. DNN does have a folder structure that is required for it to run.
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.
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."
就 #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.