c# Webbrowser control not working on citrix client

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a program which fetches data from the internet using the
WebBrowser and HttpWebRequest classes. The program has been tested on several
computers and everything was working fine until we tried Citrix . The Citrix
client in question has access to the internet through internet exporer, yet
when we try to access the web through the webcontrol in our program it fails
to connect. Are there special considerations which must be taken into account
when connecting through citrix? The citrix client is configured to access the
web through a proxy server.
 
Marius,

I don't know how it is in Citrix, however the webbrowser is in fact
(re)using Internet Explorer on the clients computer.

I assume that you than therefore needs to use the Internet Explorer on the
Citrix server when you want to achieve this and let your users contact to
the web with that IE on Citrix as well.

I hope this helps a little thing.

Cor
 
Back
Top