I developed a multiuser vb.net windows forms app that will be run in a network environment. I put the exe, dlls and config file on the server in a new folder. I installed the .net framework and MDAC 2.8 on one client pc to test. The app links to a MS Access database residing on the server.
I clicked the exe and get a securityException error which I understand can be corrected by making it a trusted assemby in .net configuration.
Question:
1. Should the exe and dlls be on the server or on each client pc?
2. If on the server, do I need to set the trusted assembly from each pc? and does .net framework need to be on the server?
3. If on the client, whats the best way to deploy changes? Another company handles the server setup and I don't know if I can do a no-touch deployment - but is this the way to go?
4. What's the best way for speed and multiuser use?
Thanks!
I clicked the exe and get a securityException error which I understand can be corrected by making it a trusted assemby in .net configuration.
Question:
1. Should the exe and dlls be on the server or on each client pc?
2. If on the server, do I need to set the trusted assembly from each pc? and does .net framework need to be on the server?
3. If on the client, whats the best way to deploy changes? Another company handles the server setup and I don't know if I can do a no-touch deployment - but is this the way to go?
4. What's the best way for speed and multiuser use?
Thanks!