My sharepoint webpart is throwing an error when calling HttpWebRequest.GetRequestStream when the request is made through a proxy server. The error is "unable to connect to the remote server." The client's machine (where this is failing) is set to use a specific proxy server (Use proxy server for your LAN) on IE settings.
Do I need to add any proxy setting in the config to get this to work?
Also, what's the easiest way to reproduce my client's scenario--how can I add a proxy on my end?