Hi,
I'm trying to experiment custom server side scripting using PreExecute
approach. My goal is to process these scripts only when a page is published
and
as I understand from documentation, PreExecute only processes code blocks
once before a page is published. So I'd expect that the code inside the
PreExecute tags is *not* processed when viewing a page in SmartEdit or
viewing the template preview. The problem is that this is not my case: when
I switch to SmartEdit or I use the preview, the code is always processed
and output to the response. Notice I'm not putting inside the template
any RDExecute tag. The code I'm trying to use, for now, is just a simple
hello world like this:
<!IoRangePreExecute>
<%
Response.Write("ciao mondo")
%>
<!/IoRangePreExecute>
Thank you in advance!
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.