tags:

views:

34

answers:

1

I need to run some user-generated code. Needless to say, I don't want them doing anything interesting like opening files or access web sites. I hear that I can create a locked-down AppDomain that prohibits all this, but I don't know how to set it up.

+3  A: 

I've found an example of a Restricted App Domain. This may be enough to get you started.

Lucas McCoy
That looks like what I need. Thanks.
Jonathan Allen
@Grauenwolf: Then give me the accepted answer! I'm addicted to gaining rep! ;-) Glad I could help.
Lucas McCoy