i am looking for some advice
Here are the specs
Winforms
Sql 2005
clickonce deployment
Win2k3 small business server
3-4 concurrent users now. After some years of growth i would assume prolly ~20 users max.
This app will contain lots (1,000-30,000) of images as well, so these need to be stored in the file system and each client will share these images.
I was thinking either standard client/server or a remoting app. But im not sure which to choose. With clickonce updating the business logic isnt such an issue anymore and i notice most small business apps are client/server (quickbooks pro and enterprise, MS small business finacials, etc...). So i was thinking of possibly going this route and just using a standard file share to share the images between clients.
If i go remoting, i would use IIS to host the remoting layer, and read the images via HTTP and upload the images using remoting (chunking them in 256k chunks).
If i go client/server route it kills the possibility of running the app over the internet. And remoting introduces some challenges.....
Any advice as to which to choose would be appreciated