We have a staging server that is internal, but the sites it runs do external requests to access rss feeds, soap, etc.

The server is behind a Windows Network proxy (so you can use standard credentials on it)

The problem is that the IIS requests are denied as they are not logged in with the correct credentials.

Where can I set the proxy config on IIS7 so that all requests are passed correctly through the proxy with credentials?

link|improve this question

75% accept rate
I am not sure if there is something like proxy settings for the whole web server. However, you can use a proxy server in your code such as ASP (C#). – Khaled Nov 2 '10 at 12:54
@Khaled - Yeah, I know about this side of things. Trying to make the staging side as much like the live side as poss. Removing Proxy code is one of the ways. Also playing around wih php on the IIS as well – burnt_hand Nov 2 '10 at 13:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.