Hello everybody,
I'm a little frustrated because I tried to make a map report with bings. I pass my time on the internet and I find the following solution: Modify ReportServer config file (...\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\web.config).
I added into <configuration> and <runtime> nodes the following code:
<system.net>
<defaultProxy enabled="true">
<proxy bypassonlocal="True" proxyaddress="MYPROXY" />
</defaultProxy>
</system.net>
It still doesn't work. My system administrator told me than he didn't see any ReportServer connection into his proxy log.
Tank you, in advance, for your help.
Regards,