Mike I've been there before, see my SO question:
http://stackoverflow.com/questions/7390285/webrequest-getresponse-taking-a-long-time-unless-defaultwebproxy-is-nulled

I really dont like this solution tho (yours and mine) unless its on a per-customer basic (which I think it is in your case) as obviously this can break outgoing connections completely.

On 7/11/2012 2:07 PM, Michael Minutillo wrote:
Hooray! It's a puzzle.

Also:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383157(v=vs.85).aspx <http://msdn.microsoft.com/en-us/library/windows/desktop/aa383157%28v=vs.85%29.aspx>
http://serverfault.com/questions/107035/prevent-msie-8-from-reloading-pac-file
AND
http://blogs.msdn.com/b/asiatech/archive/2011/12/19/ie-hang-when-access-some-web-sites-with-proxy-pac.aspx

Michael M. Minutillo
Indiscriminate Information Sponge
http://codermike.com


On Wed, Nov 7, 2012 at 2:06 PM, mike smith <meski...@gmail.com <mailto:meski...@gmail.com>> wrote:



    On Wed, Nov 7, 2012 at 4:58 PM, Michael Minutillo
    <michael.minuti...@gmail.com <mailto:michael.minuti...@gmail.com>>
    wrote:

        Just in case it does come up for anyone else:
        The AutoProxy detection process can take several seconds
        (according to the docs)**, and is a blocking synchronous call.
        The results MAY be cached for the current WinHTTP session but
        this can be disabled via Group Policy.
        In order to resolve this for us we just route around the
        default proxy and go straight to the endpoint:
        <binding useDefaultWebProxy="false">
        I believe this solves the issue for our applications but may
        explain some of the terrible network pauses we get here
        constantly.
        More info:
        
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383157(v=vs.85).aspx
        
<https://webmail.birchman.com.au/owa/redir.aspx?C=f7lXHlI0akK1OCHV_DNasGO5tvwgkM8IKMUDf7lax6KTrXD40eG7CPW2WoLMj33Yy-P0-suiM1A.&URL=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fwindows%2fdesktop%2faa383157%28v%3dvs.85%29.aspx>
        
http://serverfault.com/questions/107035/prevent-msie-8-from-reloading-pac-file
        
<https://webmail.birchman.com.au/owa/redir.aspx?C=f7lXHlI0akK1OCHV_DNasGO5tvwgkM8IKMUDf7lax6KTrXD40eG7CPW2WoLMj33Yy-P0-suiM1A.&URL=http%3a%2f%2fserverfault.com%2fquestions%2f107035%2fprevent-msie-8-from-reloading-pac-file>
        ** Apparently this gets even worse if you're talking to an
        endpoint that has no IPv6 address but you have IPv6 enabled.
        
http://blogs.msdn.com/b/asiatech/archive/2011/12/19/ie-hang-when-access-some-web-sites-with-proxy-pac.aspx
        
<https://webmail.birchman.com.au/owa/redir.aspx?C=f7lXHlI0akK1OCHV_DNasGO5tvwgkM8IKMUDf7lax6KTrXD40eG7CPW2WoLMj33Yy-P0-suiM1A.&URL=http%3a%2f%2fblogs.msdn.com%2fb%2fasiatech%2farchive%2f2011%2f12%2f19%2fie-hang-when-access-some-web-sites-with-proxy-pac.aspx>


    Those links all take me to a Outlook Web Access login page...


        Michael M. Minutillo
        Indiscriminate Information Sponge
        http://codermike.com




-- Meski

    http://courteous.ly/aAOZcv


    "Going to Starbucks for coffee is like going to prison for sex.
    Sure, you'll get it, but it's going to be rough" - Adam Hills



Reply via email to