I have built a .NET app which clients access from a file server. The app runs mostly fine for all users on the network. The problem is that I cannot replace the files while others are using it. I was under the impression that with .NET framework and No-Touch deployment (which I am probably not utilizing with my current setup) the app would be downloaded to the client at runtime so the file would never be in use. I was, obviously, wrong. Does anyone have a better solution for me so that I can replace the files even while users are using the app?
Thanks a lot.
Zatch
Thanks a lot.
Zatch