Disable proxy for entire application?

后端 未结 2 1114
梦如初夏
梦如初夏 2021-01-07 09:41

Ever since upgrading to Visual Studio 2010, I\'m running into an issue where the first web request of any type (WebRequest, WebClient, etc.) hangs for about 20 seconds befor

2条回答
  •  不要未来只要你来
    2021-01-07 10:15

    Instead of turning off the proxy setting altogether you can try using the bypasslist to turn it off for the servers that you're having problems with.
    See http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx for details and a sample.

    If you're having problems changing the app.config I suggest posting the errors and possibly the app.config as well.

提交回复
热议问题