XslCompiledTransform doesn't fully function in partial trust environments because if the TrustedXslt enum is used at construction, and the file contains <msxml:script> blocks, then the script is compiled dynamically to the process identity's Temp directory (C:\Users\<app pool identity>\Local\Temp on most machines).
As it's compiled code, why not put it in the standard ASP.NET Temporary Files directory, thus allowing it to function perfectly well in partial trust environments?
Comments: There are no plans to address this scenario at this time.
As it's compiled code, why not put it in the standard ASP.NET Temporary Files directory, thus allowing it to function perfectly well in partial trust environments?
Comments: There are no plans to address this scenario at this time.