Winforms on CITRIX, please advise

  • Thread starter Thread starter Luc
  • Start date Start date
L

Luc

Hi,

I've been contacted to build a small client server app. which will run on a
Citrix network. Does this have consequences for the development, are there
things I need to have in mind while developing?

All info regarding .NET developing for Citrix networks are most appreciated!!
Thx
 
Luc,

Few problems we faced while deploying our application in Citrix
environment.
a) For single instance applications you need to choose mutex approach.
b) You need to take care of space allocations for the user. It would
be a good idea to keep location [temporary files or files which can
be modified or re-written] configurable.

Other things worked fine like normal environment.

/Anoj
[http://techtips4you.blogspot.com]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top