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>
Hi Andrew,
Did/can you try that in the app.config? The last time I was actively working behind a proxy like that was in 2003, and I think we had to manage it in code back then, but I do believe the effect of that config does essentially the same thing. I think it's the right way to handle that.
Hi Ambrose,
Would there be an app.config on my machine? I am trying to run the exemplar by clicking on the Experience Tangerine button on your web site. I know it did download something to my machine but I am not sure where these files are.
Regards
Andrew