Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have developed an windows application which works on MS Sql server database which is meant to be deployed on citrix. The application works perfectly on windows server 2003 and the development system but if i install the same application on citrix the performance has been decreased and consuming more memory. I have tried with ngen also but no performance improvement on citrix:confused:.

Please kindly let me know any settings to be considered to deploy an .net windows application on citrix environment and tips to increase the performance.

Waiting for your swift reply

Thanks and regards,

Vasanth


CSS
Hi,
I have already used below links and implemented the same but no improvements in performance.
http://blogs.msdn.com/morgan/archive/2009/03/07/developing-net-applications-for-deployment-on-terminal-services-or-citrix.aspx

http://weblogs.asp.net/pwilson/archive/2004/01/23/62273.aspx
Thanks,
Vasanth
Posted
Updated 18-Feb-10 2:45am
v2

1 solution

I googled ".net apps on citrix" and found this (among other hits):

http://blogs.msdn.com/morgan/archive/2009/03/07/developing-net-applications-for-deployment-on-terminal-services-or-citrix.aspx[^]

and this...

http://weblogs.asp.net/pwilson/archive/2004/01/23/62273.aspx[^]

If you do the same, I'm sure you'll find an answer to why it's happening, and if it's possible to address it.

In the case of the second link, the guy said it was a memory leak in a 3rd-party grid control.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900