I've got an App written in .NET, that makes heavy use of unsafe code and pointers (image processing algorithms) that are totally ususable if written in managed code.
I've run into a couple of probs with the code failing to run - e.g. it won't run off a network share (on a Win 2k3 machine) stating insufficient privileges.
What are the default permissions, and is how do you adjust them (e.g. as part of an install)?
I've run into a couple of probs with the code failing to run - e.g. it won't run off a network share (on a Win 2k3 machine) stating insufficient privileges.
What are the default permissions, and is how do you adjust them (e.g. as part of an install)?