I am using the WebProxy.GetDefaultProxy() function to read the IE settings, but it's returning an empty WebProxy object. Are there any known reasons why this is not reading the proxy settings in IE 6?
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
It should.. Which version of the framework are you using? 1.1 or 2.0
What is your IE Settings ?
GoTo Tools-> InternetOptions -> Connections-> lansettings
Are you using any config files?
Do you mean that you are getting
webProxy.GetDefaultWebProxy = null
or
WebProxy.GetDefaultProxy().Address as null
For the later to return a value the Tools-> InternetOptions ->
Connections-> lansettings->proxyServer has to be explicitly set
> I am using the WebProxy.GetDefaultProxy() function to read the IE settings, but it's returning an empty WebProxy object. Are there any known reasons why this is not reading the proxy settings in IE 6?
>
> Thanks,
>
> Sam
Sam Santiago - 09 Sep 2005 07:21 GMT
This is with the .NET framework 1.1. I did set the settings in IE in the
correct location. The returned WebProxy object in not null, but none of the
settings from IE are in it. As if the proxy settings in IE were not set.
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
> It should.. Which version of the framework are you using? 1.1 or 2.0
>
[quoted text clipped - 19 lines]
>>
>> Sam