My C#.NET application is running slower when the exe is located on the network
- by leo
Hi,
My C#.NET application is running much slower when the exe is located on the network.
And I'm talking about everything, even the graphical dispay is slower. For example: when a form is already loaded, if I unplug my network cable and minimize and maximize the window, it takes a very long time to redraw itself.
I'm using framework .NET 3.5 SP1.
Any idea on the cause?
My hypothesis so far:
I'm missing some options when building the app?
my corporate antivirus checks more stuff because the exe is on the network
the cache of Windows XP SP3 doesn't work the same way when the exe is on the network
the server is a Novell server: maybe this does change something ?
Thanks for your help!
Leo