Login

Editor toolbar does not appear

Versions: 4.20, FAQ number: 111, Old FAQ number: 1033

Q: Why doesn't the editor toolbar appear?

A: You have probably set impersonate="true" in web.config. To solve the problem, set the value to "false".

When impersonation is used the ASPNET process runs with the current user's access rights. If the user does not have permission to read assembly information using reflection in the application's bin-folder, ASPNET will not be able to load any plugins and since all buttons in the editor toolbar are plugins, ASPNET can not create the toolbar.

The same goes for all other plugins. When the editor toolbar does not show up, you will also not see any options under the Scheduled jobs section in Admin mode, since those options are also plugins, which ASPNET can not read.

EPiTrace logger