Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...can we have private and public folders using DNNcan we have private and public folders using DNN
Previous
 
Next
New Post
7/21/2006 3:28 PM
 
  1. Backup your website and database. I zip up everything in the dnn website folder and just copy my dnn.mdf file.
  2. Make a copy of your connectionStringValue from your web.config file
    <configuration>

       <connectionStrings>
        <add
          name="SiteSqlServer"
          connectionString="connectionStringValue"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
    </configuration>
  3. Make a copy of your validationKey and decryptionKey from your web.config file
    <configuration>
      <system.web>
        <machineKey
          validationKey="key1"
          decryptionKey="key2"
          decryption="3DES"
          validation="SHA1"/>
      </system.web>
    </configuration>
  4. Make a copy of your objectQualifier and databaseOwner Keys if they have been altered (or anything else you may have altered in web.config you want to keep)
    <configuration>

        <data
          defaultProvider="SqlDataProvider">
          <providers>
            <clear/>
            <add
              name="SqlDataProvider"
              type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
              connectionStringName="SiteSqlServer"
              upgradeConnectionString=""
              providerPath="~\Providers\DataProviders\SqlDataProvider\"
              objectQualifier="dnn_"
              databaseOwner="dbo"/>
          </providers>
        </data>

    </configuration>
  5. Download and unzip the upgrade file into your dotnetnuke website.
  6. Copy the release.config or development.config file to web.config, and update the new web.config with values from steps 2-4
  7. Visit your website at http:\\localhost\dnnWebsite and you should be able to update. If you get a warning at this point, you'll likely want to solve the problem before clicking update.
 
New Post
7/24/2006 2:28 PM
 

thank you so much for the help, i could upgrade the site site successfullly.But i still have one doubt with the latest 4.33. version ther eis one zip file for module upgrade too, so are we suppose to do that upgrade too ?i wanted to know that before doing it.

 

 
New Post
7/24/2006 2:42 PM
 
thanks a lot for the help.I could upgrade my site successfully,but i wanted to know where do we find the private folders now on this new version ? also do i need to do the module upgrade too ?
 
New Post
7/24/2006 2:48 PM
 
if you already upgraded your site, you can select the updated module packages from either the install download (in /install/module folder) or from the module project's download page. To install them either do it one by one interactively: in host::module definitions menu item select "Upload new module" or place the zip files into /install/module and call /install/install.aspx?mode=installResources.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/24/2006 3:30 PM
 
i already had version 4.3.0 and i upgraded it to 4.3.3.do i need to upgrade each module for this too.cause in the install guide they have just mentioned about upgrade of mudules from version 3.x to 4.also with the 4.3.3 final version there is this zip folder for module upgrade in which we have a module upgrade wizard.exe file ,what is that for ? cause the process u have mentioned is very different and we will have to load one module at a time by this .i am bit confused in this...
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...can we have private and public folders using DNNcan we have private and public folders using DNN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out