Connecting to Azure storage account thru proxy server
问题 My 'LocalClient' app is in a corporate LAN behind an HTTP proxy server (ISA). The first Azure API call i make - CloudQueue.CreateIfNotExist() - causes an exception: (407) Proxy Authentication Required. I tried following things: Added the <System.Net > defaultProxy element to app.config, but it doesn't seem to be working (Reference: http://geekswithblogs.net/mnf/archive/2006/03/08/71663.aspx). I configured 'Microsoft Firewall Client for ISA Server', but that did not help either. Used a custom