Mike McWhinney

Mike McWhinney

  • NA
  • 6
  • 26.7k

How do I speed up my c# program running from a network drive

Apr 5 2013 10:59 AM
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?


Answers (1)

0
Javeed M Shaikh

Javeed M Shaikh

  • 264
  • 6.7k
  • 123.3k
Apr 5 2013 11:12 AM
Hi Mike,

not sure if you can consider deploying you app with ClickOnce:

http://msdn.microsoft.com/en-us/library/t71a733d(v=vs.80).aspx

This should copy locally automatically and run with a better trust model.