S
Steven Voordijk
I'm writing code to copy, manipulate and save an image file.
The code written is based on this article by Microsoft;
http://support.microsoft.com/?id=814675
Unfortunately, the "Runtime.InteropServices.Marshal.Copy" action
is not allowed on the shared hosting environment with medium trust level
the site will be on. How can I change/replace the mentioned command
so it will run on medium trust level?
Thanks in advance!
Regards, Steven
The code written is based on this article by Microsoft;
http://support.microsoft.com/?id=814675
Unfortunately, the "Runtime.InteropServices.Marshal.Copy" action
is not allowed on the shared hosting environment with medium trust level
the site will be on. How can I change/replace the mentioned command
so it will run on medium trust level?
Thanks in advance!
Regards, Steven