Hello,
We have recently decided to move our CMS project from running asp to
aspx in pre-execute block marks.
The issue we are having is that to get meaningful error messages
(instead of the RedDot 500 internal server error) I have had to set
the flags=256 on the RDServer.ini, use the pre-execute troubleshooter
plugin and make the calls directly from a remote desktop session on
the development server.
Ive tried changing the web.config in the cms/asp dir to;
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<customErrors mode="Off" />
</system.web>
</configuration>
but this doesnt seem to do anything.
Does anyone know a way that we can get meaningful errors from normally
working with the CMS through preview/smartedit mode to allow us to
work normally with the project?
Also with flags set to 256 all our render tags dont work either so its
all together not a great environment to try to debug!
Thanks,
BjP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---