• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc
Show / Hide Table of Contents

Troubleshooting: Missing Persona Bar

DNN Version: 09.02.00
12/08/2019 • 2 minutes to read
Contributors  david-poindexter
12/08/2019  • 2 minutes to read  • Contributors  david-poindexter

Symptom

Persona Bar does not load.

Possible Cause

The site files are located on the root drive rather than inside a folder.

Solution

  1. Move the website contents to a folder.

    1. Create a new folder within the drive. The directory for websites is usually in C:\inetpub\wwwroot\yourwebsitefolder.
    2. Apply IIS permissions to this new folder for your website.
    3. Move the DNN website files to the new folder.
    4. In IIS Manager, change the website's physical path to point to this new folder.
  2. In IIS Manager, restart your website.

    1. Go to Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.

    2. In the Actions panel on the right, click/tap Manage Server > Restart.

      IIS Manager - Restart

      Tip

      Remember to update your DNS with your new server’s IP address.

Possible Cause

The web.config file is missing the correct assembly binding.

Solution

  1. Access the web.config file.

  2. Look for the assemblyIdentity node.

    
    assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"
    
    
  3. In the assemblyIdentity node, replace the bindingRedirect tag with the following:

    
    bindingRedirect oldVersion="0.0.0.0-32767.32767.32767.32767" newVersion="7.0.0.0"
    
    
  4. In IIS Manager, restart your website.

    1. Go to Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.

    2. In the Actions panel on the right, click/tap Manage Server > Restart.

      IIS Manager - Restart

      Tip

      Remember to update your DNS with your new server’s IP address.

How to: Increase the Maximum File Size for UploadError: Login IP Filtering Is Currently DisabledError: Another User Has Taken Action on the PageError: Unknown Server Tag - DNNComboBoxError: Could not load file or assembly 'AWSSDK' or one of its dependenciesError: SQL TimeoutError: ArgumentNullException After a Move or an UpgradeTroubleshooting: Missing Resources After An UpgradeTroubleshooting: Mixed-Content Warnings When Using SSL OffloadingTroubleshooting: Profile Image Not ShownTroubleshooting: Page Remains in Draft ModeTroubleshooting: Unable to Remove Page Redirect URLsTroubleshooting: Site Theme Does Not LoadTroubleshooting: Incomplete Content Localization
Back to top by the community, for the community... #DNNCMS