Hi,
This is a BACKEND (DW) problem:
When viewing the PAGE PROPERTIES, the frame (PageEdit.aspx) misses CSS, so the page (frame) looks awfal.
When monitoring the data, it appears that a call to ControlResourcesHandler.ashx returns an errorpage instead of a css file:
http://www....../Admin/Public/ControlResourcesHandler.ashx?OutputType=css&Token=c5a1821548b8df83dee4701dd8d47a1f
Other calls (to different resources) seem to work fine. It's just this call for the CSS on the PageEdit.aspx.
So I would like to know the link between the Token, and the resource. Where can I fix this?
Thanks,
Ton