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
 
Back
Top