DotNetNuke 5 User's Guide Get Your Website Up and Running读书摘录1

简介:

What Is DotNetNuke?

DotNetNuke (DNN) is an open source web application framework that can provide CMS functionality.Where DNN differs from other CMSs is the extensibility that it provides through the use of add-ons,known as extensions. DNN can be used for many different types of websites, from the simplest of personal websites to the most complex enterprise internal and external sites. Later in the book we will go into how to configure DNN to work in some common website scenarios.

 

DNN runs on Microsoft .NET, a platform designed to allow a variety of programming languages to be used for developing applications that can run on Microsoft-based operating systems. DNN is written in the VB.NET language, the latest iteration of Microsoft Visual Basic. DNN is the largest and most utilized open source project running on the Microsoft platform, with more than 700,000 registered users at DotNetNuke.com. Because DNN runs on the .NET Framework, you can configure the application to run on web servers powered by Microsoft operating systems, including Windows XP, Windows 2000, Windows 2003,Windows Vista, and Windows Server 2008. DNN is a database-driven application, storing most of the pertinent information for the content and settings for a website in a defined database structure running on Microsoft’s SQL Server, a database server. In most cases, the database server software can run on the same computer as the web server.Websites that receive a lot of traffic can experience performance issues,so putting the database on a standalone server is a common practice.

It is also possible to configure DNN to run on free tools that Microsoft provides. These tools can run on multiple versions of Windows but are mainly useful for versions such as Windows VISTA Home edition that don’t provide the ability to install a web server as part of their core offering. These tools include a free version of the database server, web server, and other components necessary to run a web application. You can find these tools available from Microsoft’s Web Platform Installer by visiting 
www.microsoft.com/Web/downloads/application.aspx.

 

The combination of a Microsoft operating system and database server is a very common configuration in website-hosting businesses. This availability can provide you with many different options for website-hosting services, if you are not comfortable hosting your own website. We will cover these 
free tools and hosting providers in Chapter 2 when we go through the installation procedures for DNN.







本文转自xwdreamer博客园博客,原文链接:http://www.cnblogs.com/xwdreamer/archive/2009/12/26/2297192.html,如需转载请自行联系原作者

目录
相关文章
|
8月前
|
Dubbo Java 中间件
探寻源码宝藏:介绍开源项目"source-code-hunter"
最近处于金三银四的面试黄金期,许多同学在面试中反映现在要求非常高,阅读源码几乎是必问项。然而,阅读源码时常常觉得晦涩难懂,令人头疼。今天在浏览 GitHub 时,我发现了一个名为 source-code-hunter 的宝藏项目。这个项目从源码层面深入剖析和挖掘互联网行业主流技术的底层实现原理,为广大开发者提供了便利,助其提升技术深度。目前该项目已经涵盖了 Spring 全家桶、Mybatis、Netty、Dubbo 框架,以及 Redis、Tomcat 等中间件的内容,恰好适合最近正在面试或希望提升技术深度的同学参考学习。
787 1
探寻源码宝藏:介绍开源项目"source-code-hunter"
|
8月前
"How To Be Successful" - “如何取得非凡成功”--Sam Altman's blog 分享第一弹(上)
"How To Be Successful" -“如何取得非凡成功”--Sam Altman's blog 分享第二弹(上)
88 0
|
测试技术 C# C++
AY写给国人的教程- VS2017 Live Unit Testing[2/2]-C#人爱学不学-aaronyang技术分享
原文:AY写给国人的教程- VS2017 Live Unit Testing[2/2]-C#人爱学不学-aaronyang技术分享 谢谢大家观看-AY的 VS2017推广系列 Live Unit Testing 目前支持的框架 AY当前VS的版本---- 15.7.1 打开设置 如果你的解决方案,不包括单元测试的项目,你单击了实时单元测试,虽然菜单栏会有停止,暂停,但实际不会运行的。
1186 0
|
测试技术 C#
AY写给国人的教程- VS2017 Live Unit Testing[1/2]-C#人爱学不学-aaronyang技术分享
原文:AY写给国人的教程- VS2017 Live Unit Testing[1/2]-C#人爱学不学-aaronyang技术分享 谢谢大家观看-AY的 VS2017推广系列 Live Unit Testing AY当前VS的版本---- 15.
1066 0
|
开发框架 .NET Linux
Nancy之基于Self Hosting的补充小Demo
原文:Nancy之基于Self Hosting的补充小Demo 前面把Hosting Nancy with ASP.NET、Self Hosting Nancy和Hosting Nancy with OWIN 以demo的形式简单描述了一下。
1280 0