Hi,
I am trying to get Visual Studio 2012 to trust our network drive (G:). I have tried a number of caspol commands and none have made a difference.
caspol -m -ag LocalIntranet_zone -url \\servername\foldername\* FullTrust -n "G Drive" -d "network location"
caspol -m -ag 1 -url file://g: Fulltrust
caspol -m -pp off -cg 1.2 FullTrust
caspol -q -machine -addgroup 1 -url file://G:/* FullTrust -name "G Drive"
Is there a command to find out what has been added? if I do caspol -lf it just return the same list all the time, none of the new added ones.
I found a post about VS2010 that had the same issue and it was mentioned it would be fixed in the next version (VS2012). There setup is the same as ours, we are also a computer science department with students saving remotely.