Hi all,
i'm trying to test the latest DMX release 5.3.2 on a clean DNN 5.5.1 install. My server is a Windows Server 2003 with SP2.
DMX is installing without issues, but when inserting the module on a blank page, it looks very weird. Examining the problem in Firebug shows that the module.css is not loaded, because the request looks like this:
http://mydomain/DesktopMo...ind%5CDMX/module.css
It contains a backslash instead of a slash and IIS fails to server the file. When i manually replace the backslash with a slash it serves the file, so this is the only issue.
Is there any IIS setting or DNN setting i'm missing? In the meantime, as a workaround, i copied the module.css contents into my portal stylesheet and so got the module to work.
Any help is greatly appreciated.
Cheers, Joe