For the first time I am trying to use Server Side Scripts in OpenText.
I created some test pages that have ASP scripts in their navigation
templates. I am using just a simple test ASP statement in the
navigation template to make sure it's not a syntax issue.
The beginning of my code reads
<!--RDExecute=ASP-->
<!IoRangePreExecute><% response.write("Hello World!") %><!/
IoRangePreExecute>
<br />
This code is supposed to write Hello World! at the top of my
navigation bar on the left of the page in all rendering modes (edit,
preview and published).
I have a problem when trying to use the PreExecute block for server
side scripts (in this case, ASP) in the CMS. I am pretty sure I have
the code and the settings right on my project but every time I try to
load the page with asp in the CMS I get the error message:
An error occured:
Access to the path '\\xxxx.xx.xxx.xxx.xxx\cms\PreexecuteData\' is
denied.
The page cannot be displayed.
Check the RDExecute and PreExecute settings.
I know that every time a PreExecute block is rendered in the CMS, a
temp page is created in a folder in the CMS server. It seems that
there is a permission problem there (?). I have never changed that
physical path.
Thanks!
--
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.