Hi,
I'm trying to run an vb.net .exe file from a network share, and it keeps prompting securityexception error. After some reading, I realised it's due to .net security, and after configuring at the user-end pc, the application works fine.
Does this mean that to run the application, I have to manually configure all user-end pcs to "trust" the application? Or is there a way to achieve this by coding?
Another question is, if I use the framework wizard to trust an assembly, in future if the assembly is placed in a different directory, how do I remove the previous trust settings?
Thanks in advance.
Regards,
Russ
I'm trying to run an vb.net .exe file from a network share, and it keeps prompting securityexception error. After some reading, I realised it's due to .net security, and after configuring at the user-end pc, the application works fine.
Does this mean that to run the application, I have to manually configure all user-end pcs to "trust" the application? Or is there a way to achieve this by coding?
Another question is, if I use the framework wizard to trust an assembly, in future if the assembly is placed in a different directory, how do I remove the previous trust settings?
Thanks in advance.
Regards,
Russ