Symptom
Persona Bar does not load.
Possible Cause
The site files are located on the root drive rather than inside a folder.
Possible Cause
The web.config file is missing the correct assembly binding.
Solution
- Access the web.config file.
- Look for the
assemblyIdentity
node.
assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"
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"
-
In IIS Manager, restart your website.
Go to .
-
In the Actions panel on the right, click/tap .
Tip: Remember to update your DNS with your new server’s IP address.