I made a toolbar configuration file that worked great on my localhost. It breaks things when I try to apply it to my remote production server.
Here's what I know...
- I put my config file in the project's root directory.
- my editor tag goes: <CE:Editor id="csJdesc" AutoConfigure="None" ConfigurationPath="~/CFE.config" ...etc
- My browser indicates a javascript error, the editor box appears, but with no buttons at all.
- When I 'view source' I find ..."configurationpath":"M:\web\users\V015U33LIP\html\CARMA\CFE.config"... which is (I think) correct - assuming you should really be seeing a physical path here
- I've also tried using one of the autoconfig files (as in: ConfigurationPath="~/Simple.config") to assure my self that my config file wasn't broken, but got the same result.
Here's what I don't know
On another branch of the same topic, I considered putting my config file in the autoconfig folder, but I don't know how to get it on the autoconfig enumeration list.
Any solutions for either of these?
Thanks
DOug
ps: If I can get this to work, I can see it's going to be AWESOME!