Security Permission for Completed Application

Nov 28 2006 7:38 AM
Hi, I've just written an application for .NET 2.0 in My Documents using SharpDevelop. It works fine as it is on my machine. However, I am not the one who is going to use this so I placed it (the final release) into a shared folder on a network drive for certain people to access. However, they cannot access it due to what appears to be security problems. Below is one of many various error messages that have come up: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed I have tried to modify folder/program security permissions, I have added Code Groups and the application itself to the .NET configuration tool on my PC but I am officially stumped. How do I place a copy of my complete application into a network drive folder for others to use? Many thanks for any responses.