• 23Oct

    Finally managed to resolve some nagging issues:

    .Net application wont run from my network mapped drive Z:\ - The problem has to do with the location not being trusted. I found a post here that explains how to use CasPol.exe in order to define the network drive as a trusted location.

    The next issue was to find CasPol.exe. I’m using .Net version 3.5, which is an extension to Version 2.0. Thus CasPol.exe is located in the version 2.0 directory.

    The command line I used is as follows:

    caspol -q -machine -addgroup 1 -url file://z:/* FullTrust -name "Z Drive"

    Posted by danj @ 8:48 am

Comments are closed.