how to allow dot net program to run from network without strong key

phicha

Well-known member
Joined
May 11, 2009
Messages
45
Programming Experience
Beginner
how to allow dot net program to run from network without strong key ?
since i have program put on network,
ussually i put strong key on that assembly, and it can work and run from network this program..

but there is some component com object that make me to cannot compile if i put my stong key, so i compile it without stong key, but it came i cannot run this program from my network..

thanks,
 
i try to used this.

CasPol.exe -m -ag 1.2 -url file://\\ipserver/networkpath/* FullTrust

but still my program can not run from that network path.
it seem my program need stong key when compile, but i cannot compile it because my program is using com object.

thanks,
 
Your app does not need a strong name for this. The caspol command should be sufficient, I don't know what else is not.
 
Back
Top