Saturday, July 31, 2010
  Search
 
Register
Login
 
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 . . .

SERIES: Anatomy of a DNN Web.Config File-connectionStrings
The section holds all the necessary information for database communication from your website. At minimum, there will be at least one connection string for any DotNetNuke website...

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 . . .

Quick Check for Troubleshooting the CodeEndeavor Ajax Templates
I haven’t just installed the the template and created a module out of the box yet. However, I have come across a few things that I know to check and fix and I’m up and running in no time at all. If y...

Find this article and more in the category

Read This Article . . .

Customize Your DotNetNuke Installation
Do you ever get tired of installing DotNetNuke just to go and change the same properties over and over? Why not just customize your install and skip the drudgery all together…

Find this article and more in the category

Read This Article . . .

Generate a Module Data Access Layer With CodeSmith
With the introduction of some of the newer DNN tools, building a custom module is becoming more and more easy. With the right tools, you can have a custom module built in no time flat. This will outl...

Find this article and more in the DotNetNuke category

Read This Article . . .

Fixing IE's Hover Problems in DNN
 So you have designed a great skin, skin object or module for DNN and it uses the :hover attribute and looks fantastic in Firefox. Now, you find out that nothing works in IE because IE doesn't suppor...

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 . . .

How To Customize the Privacy and Terms Links on Your DotNetNuke Portal
Straight out of the box, DotNetNuke already has a lot of things covered. But, what do you do when you are ready to begin customizing your site. Sometimes, it’s not so easy to figure out how to make t...

Find this article and more in the category

Read This Article . . .

Getting Aquainted with the DNN Classes
 So, you've decided to start checking out DotNetNuke development and you're wondering where to start, right? Well, it's easy to start taking a quick tour of the DotNetNuke classes now with the help o...

Find this article and more in the category

Read This Article . . .

Recently Added Articles

Minimize
Article List

 

Customize Your DotNetNuke Installation

12/9/2008 7:23:48 PM - By Briana Tarrance

Category: | | Comments 0

 

 

Related Links

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.

DotNetNukeInstallConfigCustomizing

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.

powered by metaPost
 


 
 
Copyright 2008 by Virtual-Essentials.com Privacy Statement    Terms Of Use