Client proxy settings when using "automatic configuration script"

  • Thread starter Thread starter Benjamin
  • Start date Start date
B

Benjamin

Hi!

You can read in http://support.microsoft.com/default.aspx?kbid=307220
following:
"The .NET runtime does not, however, support automatic proxy discovery
scripts."

I am working with a customer that IS using a complex "automatic
configuration script" (see Internet Options/Connections/LAN Settings) as
world wide standard.

The workaround suggestions presented in the KB is of no use.

How to do to so that NET frameworks grabs the Proxy settings - AS OLD VB6
DID NICELY!

Best Regards
Benjamin, Sweden
 
Have you considered doing p/invoke into the WinHttp library to use their
jscript proxy support? I think that might work though I haven't tried it.

Joe K.
 
Back
Top