I get an error when I try to connect to WCF service :
"Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section."
I'm using framework 2.0 and Visual Studio 2005. My web.config content is :
<system.net>
<defaultProxy>
<proxy usesystemdefault="true"/>
</defaultProxy>
</system.net>
My computer has installed:
- Microsoft .NET Framework 2.0 Service Pack 2
- Microsoft .NET Framework 2.0 SDK-ENU
- ( Framework 1.1 , 3,5 and 4.0 )
I tested :
I suspect that error description doesen't represent the real problem. What are the main causes of this error?
It's possible that missing some additional software?
Thanks for all in advance! I'm getting crazy with this error!