I'm compiling assemblies in code called from a WebService
(which makes user being IIS_USR, and TEMP-directory being C:\Windows\Temp).
The assembly is created alright, but it's not loaded (get exception with "Access Denied").
I want to solve this by specifying where CompileAssemblyFromDom should put the assemblies.
(I don't want to have to change credentials or access rights.)
Can I do that?
Thanks for any help!