on the web server. All works fine when the client is not behind a proxy
server. If it is, I get the message: "(407) Proxy Authentication Required".
If I try to alter the
permissions for setting the configuration section 'defaultProxy'". What
should I do? I just want to use the same credentials for normal web access
and WCF access.
Mathijs FaasePosted Jul 16, 2010, 7:57 AM
LuisPosted Jul 14, 2010, 6:56 AM
Mathijs FaasePosted Jul 14, 2010, 6:35 AM
LuisPosted Jul 14, 2010, 6:21 AM
Mathijs FaasePosted Jul 14, 2010, 5:52 AM
I've tried setting .ClientCredentials.UserName.UserName and .ClientCredentials.UserName.Password (of the service client object) with my username/password for the webproxy, but this doesn't help. I've tried this under both IE8 and FF but that doesn't make a difference.
I don't think this is a partial trust issue; somehow the browser's proxy settings aren't passed by the wpf.