Deploying Windows Form App on Network

Dycker

Member
Joined
Oct 14, 2004
Messages
6
Programming Experience
10+
Hello

I have a Windows Form app that speaks to an MSDE database. It works great if I go to each machine and install it. However, I would rather have the program on a network drive and then I only have to update one executable. If I put in on the network I get an error that indicates that the program doesn't have permission to get to the server. I did some research and found that I need to use the administration tool for .Net framework. There is a small walkthrough in the vb documentation but it is sadly lacking. Does anyone know how to use this tool to set up code groups and full trust permissions? It's seems like a process that should be simple but if you don't speak the language of network security then you end up in examples that don't mean much.

Thanks,
Gerry
 
Back
Top