.NET 1.1 application performance in Windows 2003 Server
-
Hi Friends, I developed a desktop applcation in .NET 1.1 frameework using C#. The application works perfect in Windows XP or Windows 2000 Server environment, but in Windows 2003 server the application is really slow. The performance is degraded upto 200%. i.e. it takes 4 times more time in Windows 2003 server than under Windows XP or Windows 2000 server. Can anyone tell me what is the problem and can it be rectified. Thanks,
Sushant Duggal.
-
Hi Friends, I developed a desktop applcation in .NET 1.1 frameework using C#. The application works perfect in Windows XP or Windows 2000 Server environment, but in Windows 2003 server the application is really slow. The performance is degraded upto 200%. i.e. it takes 4 times more time in Windows 2003 server than under Windows XP or Windows 2000 server. Can anyone tell me what is the problem and can it be rectified. Thanks,
Sushant Duggal.
That's a fairly broad question, have you tried profiling the application? If you don't have a commerical profiler, try the CLR Profiler[^] from Microsoft.
- Nick Parker Microsoft MVP - Visual C#
My Blog | My Articles