Robert McLaws: FunWithCoding.NETPublic Shared Function BrainDump(ByVal dotNet As String) As [Value]Work With .NET Projects From a Network Share- March 22, 2007 I've tried a couple different methods from a bunch of different websites, and none of them worked. The only thing that worked for me was this post from the Microsoft Knowledge Base. It is the only place on the internet that gives the proper caspol command for issuing Full Trust to a network share. It is: Drive:WINDOWSMicrosoft.NETFrameworkv2.0.50727caspol.exe -m -ag 1 -url "file:computernamesharename" FullTrust -exclusive on Note the 4 slashes after the "file" and then the 2 backslashes for...http://weblogs.asp.net/rmclaws/archive/2007/03/22/work-with-net-projects-from-a-network-sh... |