|
|
|
|
|
|
|
|
Saturday, July 31, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
Creating a Virtual Directory in IIS One of the first things you will need to do prior to installing DotNetNuke on a server is to create a virtual directory which will host your DotNetNuke website. If you have full control over you...
Find this article and more in the IIS & ASP.NET category
Read This Article . . .
Setting Up Multiple Websites You can create multiple distinct, (mainly) independent websites with one instance of a DNN installation on your web account. In lamens terms, this means that you can purchase ONE web hosting accoun...
Find this article and more in the category
Read This Article . . .
How to Install and Configure ActiveDirectory Provider for DotNetNuke 5.0 The directions for installing and configuring extensions in DotNetNuke 5.0 are very similiar, but slightly different than from previous versions. Here's how to install the ActiveDirectory authentica...
Find this article and more in the category
Read This Article . . .
Adding Google AdSense with Video Adding Google AdSense to your DotNetNuke portal has never been easier. By default, a Google AdSense module is added the list of installed modules when your DNN portal is first created. It's easy to ...
Find this article and more in the Modules category
Read This Article . . .
Using DNN to take Advantage of GoDaddy Domain Names Let's face it, GoDaddy is cheap. Pay for the hosting services and the domain names are $1.99, not a bad deal. And even without hosting services, you can pick up domain names for as low as $6.99. Put ...
Find this article and more in the category
Read This Article . . .
CodePrint Module Tired of mucking around with adding code chunks to your website? We all know what a pain it can be trying to add some simple block of code to our webpages and still make it readable. Introducing....T...
Find this article and more in the DotNetNuke category
Read This Article . . .
New DotNetNuke 5.0 Cambrian Package Writer for Module Developers Attention developers! DotNetNuke 5.0 Cambrian has a nifty new tool to help developers package their modules nicely to fit with the new “Extensions” manager. Under the old Module Definitions manager, ...
Find this article and more in the category
Read This Article . . .
Converting a CSS Template To a DotNetNuke Skin Creating DotNetNuke Skins can be a time consuming task. But, it's really not that hard and it doesn't have to be if you can use templates to help get started. Why not convert some free templates from...
Find this article and more in the category
Read This Article . . .
Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared Sometimes troubleshooting DNN errors can be a royal pain. Fortunately, if you know what you're looking for installation errors are usually pretty easy to resolve. Unfortunately, if you don't know wha...
Find this article and more in the category
Read This Article . . .
DotNetNuke 5 Cambrian Extropy Skin Features and Limitations The new DotNetNuke Extropy skin looks very cool from a distance...leaps and bounds above the old default blue skin. But, it's got some limitations you should know about upfront.
Find this article and more in the category
Read This Article . . .
|
|
|
|
|
|
|
|
|
Article List
|
Customize Your DotNetNuke Installation
|
| 12/9/2008 7:23:48 PM - By Briana Tarrance |
Category: | | Comments 0
|
| |
|
Prior to installing DotNetNuke, you can make changes to your site that will completely customize your website installation; saving you the mundane work of changing the same things over and over again.
Today we’re going to take a look at customizing the DotNetNuke.install.config file. You can find it in the root of the Install folder.

Check out the file below…anything look familiar???
<dotnetnuke>
<description>This is the default DotNetNuke Host Installation Templatedescription>
<scripts>
<script name="Schema">DotNetNuke.Schemascript>
<script name="Data">DotNetNuke.Datascript>
scripts>
<version>05.00.00version>
<superuser>
<firstname>SuperUserfirstname>
<lastname>Accountlastname>
<username>hostusername>
<password>dnnhostpassword>
<email>hostemail>
<locale>en-USlocale>
<timezone>0timezone>
superuser>
<settings>
<AuthenticatedCacheability>4AuthenticatedCacheability>
<AutoAccountUnlockDuration>10AutoAccountUnlockDuration>
<CheckUpgrade>YCheckUpgrade>
<ControlPanel>Admin/ControlPanel/IconBar.ascxControlPanel>
<Copyright>YCopyright>
<DemoPeriod>DemoPeriod>
<DemoSignup>NDemoSignup>
<DisableUsersOnline>YDisableUsersOnline>
<EnableFileAutoSync>YEnableFileAutoSync>
<EnableModuleOnLineHelp>YEnableModuleOnLineHelp>
<EnableRequestFilters>NEnableRequestFilters>
<EncryptionKey Secure="True">EncryptionKey>
<EventLogBuffer>NEventLogBuffer>
<FileExtensions>swf,jpg,jpeg,jpe,gif,bmp,png,doc,xls,ppt,pdf,txt,xml,xsl,css,zipFileExtensions>
<HelpURL>http://www.dotnetnuke.com/default.aspx?tabid=787HelpURL>
<HostCurrency>USDHostCurrency>
<HostEmail>HostEmail>
<HostFee>HostFee>
<HostPortalId>0HostPortalId>
<HostSpace>HostSpace>
<HostTitle>DotNetNukeHostTitle>
<HostURL>http://www.dotnetnuke.comHostURL>
<HttpCompression>0HttpCompression>
<HttpCompressionLevel>0HttpCompressionLevel>
<ModuleCaching>DModuleCaching>
<NotifyUpgrade>YNotifyUpgrade>
<PageQuota>PageQuota>
<PageStatePersister>PPageStatePersister>
<PaymentProcessor>PayPalPaymentProcessor>
<PerformanceSetting>3PerformanceSetting>
<ProcessorPassword Secure="True">ProcessorPassword>
<ProcessorUserId Secure="True">ProcessorUserId>
<ProxyPassword Secure="True">ProxyPassword>
<ProxyPort>ProxyPort>
<ProxyServer>ProxyServer>
<ProxyUsername Secure="True">ProxyUsername>
<SchedulerMode>2SchedulerMode>
<SiteLogBuffer>1SiteLogBuffer>
<SiteLogHistory>0SiteLogHistory>
<SiteLogStorage>DSiteLogStorage>
<SkinUpload>GSkinUpload>
<SMTPAuthentication>SMTPAuthentication>
<SMTPEnableSSL>NSMTPEnableSSL>
<SMTPPassword Secure="True">SMTPPassword>
<SMTPServer>SMTPServer>
<SMTPUsername Secure="True">SMTPUsername>
<UseCustomErrorMessages>YUseCustomErrorMessages>
<UseFriendlyUrls>YUseFriendlyUrls>
<UserQuota>UserQuota>
<UsersOnlineTime>20UsersOnlineTime>
<WebRequestTimeout>WebRequestTimeout>
<WhitespaceFilter>NWhitespaceFilter>
settings>
<desktopmodules/>
<portals>
<portal>
<portalname>My Websiteportalname>
<administrator>
<firstname>Administratorfirstname>
<lastname>Accountlastname>
<username>adminusername>
<password>dnnadminpassword>
<email>email>
administrator>
<description>My Websitedescription>
<keywords>DotNetNuke, DNN, Content, Management, CMSkeywords>
<templatefile>DotNetNuke.templatetemplatefile>
<portalaliases>
<portalalias>portalalias>
portalaliases>
<ischild>falseischild>
portal>
portals>
dotnetnuke>
You can completely customize this file with the settings that you always use and save yourself countless amounts of time in the process.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|