I am deploying a NT Service in Dot net 2005 to a server(Windows Server 2003) that does some file IO specifically it copies a file from one location and backs it up to another. I am receiving a dot net framework error when this service tries to perform the copy(I believe, since it works on my machine). I know a little about trusted assemblies and sandboxing but I am not sure of what the minimal steps are to deploy this and what additional code I may have to write to allow the copy actions. Any help would be appreciated.
Thanks in advance
Thanks in advance