Search code examples
websocketdojoepiserver

EPiServer 9 Navigation-/Assetspane not showing


I've recently updated our stageserver for a project to the latest EPiServer version. It all worked fine on my local pc, but I encountered some problems with the WebSocket on the Windows Server 2012.

After some searching I managed to get it to work without the ugly "real-time message", by adding:

    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
    httpRuntime targetFramework="4.5"

to my webconfig.

Although, now when I login into EPiServer CMS, both my assets and my navigation pane are all gray. Any ideas how to solve this? Can't find anything online.

Navigation pane

*Edit When removing targetFramework="4.5" from my web.config, it's working, although I recieve the "real-time connection" message again. Real-time error

**Edit 2

Just noticed that all my tabs have been move under the assets pane, it looks weird and I cannot move it nor' add it to the navigation pane side.enter image description here


Solution

  • I managed to solve this, I had forget to reset my views inside my profile within episerver. It's working now!

    Thanks for your time Ted!