i am creating an excel file using cfcontent. when i test on my local cf7
server, get a blank page... no error, nothing.
when i post on remote server, works fine.
i read somewhere that you can turn on/off cfcontent processing in cf
administrator but can find no reference or if that is even the problem...?
tnx in advance
GArlington - 04 Sep 2007 11:05 GMT
> i am creating an excel file using cfcontent. when i test on my local cf7
> server, get a blank page... no error, nothing.
[quoted text clipped - 5 lines]
>
> tnx in advance
I do not know if you can turn it on/off - I never seen it done, but
according to CF docs
<quote>
To restrict this tag, use the Sandbox Security feature of the
ColdFusion MX Administrator. For more information, see the
Administrator online Help.
</quote>
In any case if unsure use <cfcontent .. variable = "variablename" .. /
> and then <cfdump var="#variablename# /> to see what you get after
cfcontent is run...
Tim_Mar - 05 Sep 2007 16:17 GMT
I'm not sure if it's a security issue but that would be under Security / CF Tags