Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
237
Tangerine 407 Error
posted

When I run the Tangerine Exemplar from behind an ISA firewall I get the following error message:

The request failed with HTTP status 407: Proxy Authentication Required (The ISA server requires authorization to fulfil the request. Access to the Web Proxy service is denied.).

My ISA version is 2004 and is configured standard "out of the box" for Small Business Server 2003. I have seen this problem before and have fixed it with the following in the web.config. Unfortunately I am not sure if this is a good fix or just an example of "coding by coincidence"

<system.net>
<
defaultProxy>
<
proxy usesystemdefault="False"/>
</
defaultProxy>
</
system.net>

 

 

 

Parents Reply Children
No Data