A
Andy
I have a problem which most people may find weird but please stick
with me
Is it possible to execute a c# application held in a
memory buffer (a string) without first saving it to disk? I need to
receive the code from a remote website over SSL and then execute it
from memory. Basically I'm trying to protect the source code from
being accessed from the website executing it. Is there a better way
without using DLL's? The users of the website must maintain full ftp
access.
Thanks
with me

memory buffer (a string) without first saving it to disk? I need to
receive the code from a remote website over SSL and then execute it
from memory. Basically I'm trying to protect the source code from
being accessed from the website executing it. Is there a better way
without using DLL's? The users of the website must maintain full ftp
access.
Thanks