I\'ve developed a .net 3.0 application, which is deployed using clickonce.
I\'d like to move from full trust to partial trust to ease deployment.
I\'ve tried
Hrm, just a guess, but is it running off of a network share? .NET seems to assign trust based on the location the code is being run from. If it's from anywhere but your local hard drive then you're going to have security issues.