-
About deployment
Hello VB Experts,
I wanted to seek anyone's advice what is the proper way of deploying a vb app and how is it properly done.
I've made an installer. Should I install this to every machine that will use my application? And just give the user access to the database server?
OR
Will I install my application to a central location (application server) and just give the user full access on the folder where the application resides?
What are the pros and cons of each approach? What is the correct approach with optimization in mind? Are there other ways of deploying an application properly?
Any help would be greatly appreciated.
Thanks,
Marivic
-
Um... i think you have to run the clients locally... it's something to do with the JIT compiling i believe...
When i run a VB.NET exe over my network here i get strange results, and things just dont seem to work, however if i copy the exe to my local machine first it works perfectly :)