tags:

views:

263

answers:

0

I have few pre .net 3.5 Sp1 machines where i need to run an exe from a local intranet share. Here is the sample CAS commnad I am using to grant full trust to the local intranet share.

CasPol.exe -m -ag 1.2 -url file://\\Server/Sahare/folder1/folder2/AppFolder/* FullTrust

It alters the local intranet policy and grants Full trust to 1.2.2 . Still, If i try to execute the exe from share it fails with same exception as it was not able to load the file from the Intranet share file://Server/Sahare/folder1/folder2/AppFolder/MyApp.exe.

I have already strongly named the assembly using a private key still no luck. Could somebody let me know is providing Full Trust to a local intranet share ever resolved this issue, Or am I missing something?.