How do I speed up my c# program running from a network drive
Hello,
I am having some problems when running a C# application that I've written. It runs fairly smooth on a local machine (test machine). However, when I am running this from a network drive, the responsiveness is slow. When I click on a button that opens up a form, there is a considerable lag (5-10 seconds sometimes). Is there anything that I can do to speed this up on a network?