Changing policy

  • Thread starter Thread starter John
  • Start date Start date
J

John

I can't run a program from other computers on the local
network because the program contains an unsafe module (has
pointer). Can I create some policy associate with the
program so that I can run it from other machine?

Thanks

John
 
You can strong name the unsafe assembly and then change policy on the
machine to run it on as follows:

caspol -m -cg 1.2 -strong -file a.exe -noname -noversion FullTrust

rajasi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top