By tag: trust
0
kicks
Using the Flickr.net Api on a medium trust server
I noticed a lot of people are having trouble running the Flickr.net Api from Codeplex on a medium trust host. Here's the answer
0
kicks
Microsoft: Should we allow .NET EXEs to run off a network shares?
By default .NET applications (EXEs) that are launched from a remote file system (eg \\server\bin\SomeApp.exe), will not be considered trusted and typically will fail (unless specifically designed to run with low trust). This is in direct contrast with unmanaged applications which always give full t...