Hi, I am getting error in production environment while calling CompiledXSLT Transform: Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it scripting is enabled in my code, and its working fine in test and QA. so I suspect that something is blocking scrips to be executed in production, but not sure what exactly. can you explain as what could be happening.
Hi,
I am getting error in production environment while calling CompiledXSLT Transform:
Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it
scripting is enabled in my code, and its working fine in test and QA. so I suspect that something is blocking scrips to be executed in production, but not sure what exactly. can you explain as what could be happening.