Jan,
I have become a HUGE fan of running using Terminal Services and logging with Remote Access. You get the best of both worlds, only 1 copy of the EXE to update and nothing running across the network, it all runs on the server. Licenses are cheap too. There can be some challenges setting up printers but I can probably help you with that. That's my 2 cents worth. Paul From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Sent: Thursday, September 20, 2012 6:18 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: compiled app Tom, Thank you. That get's rid of the message. No have to figure out why it takes 10 seconds to start. Some network security issue somewhere I guess. -----Original Message----- From: TOM HART <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 20 Sep 2012 15:05:54 -0700 (PDT) Subject: [RBASE-L] - Re: compiled app On you con The app has to be pulled across the network each time and answer the question "is this exe safe?" have you tried under internet options>security>local intranet>advanced set file://'yourservername <file:///\\'yourservername> ' that will get ride of the message. Tom Hart _____ From: jan johansen <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Thu, September 20, 2012 4:44:35 PM Subject: [RBASE-L] - compiled app Looking for some feedback. I have been using the compiler for years but am looking at my configuration. There are 2 basic ways to use this on a server. 1. Compile the app to an EXE an place it on a server Pros Ease of maintenance and distribution Pathing is easy (put a shortcut on a machine with the "start in" for the server which allows easy access to subfolders) Cons The app has to be pulled across the network each time and answer the question "is this exe safe?" 2. Compile the app and place it on each machine Pros App on machine. Only data is transfered (especially if you put your forms in the EXE) No security question Cons Pathing to subfolders of database is more difficult I would really like suggestions on solving the con of option 2. TIA Jan

