You can also try adding some local error checking.

before your code add this line:
<% on error resume next %>

after your code, add these lines:
<%
if err.number <> 0
response.write "<error>" & err.description & "</error>
end if
%>

you may need to write out the errors at specific stages, but this
might help you figure out what the last error was at least.
Good luck!

On Jul 9, 10:27 am, DTMOW <[email protected]> wrote:
> It does not compile I just get the 500 server error and of course
> there are no debugging errors so I'm at a  bit of a loss.

-- 
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.

Reply via email to