Error in Bing map layer
Hi All,
I am new to SSRS and I am currently working on the map control. In the map wizard I have selected the add Bing map layer and in the design time as well as in preview, I am able to view this Bing map layer. But when I deploy it in IE, I am not able to view
this Bing map layer.
I get an error “Cannot connect to the remote server.”
Please help.
Regards,
Mahima
November 29th, 2010 6:07am
Hello Mahima,
May be the following post help you:
http://denglishbi.wordpress.com/2010/08/01/reporting-services-bing-map-%e2%80%93-unable-to-connect-to-the-remote-server/Thanks Salman http://muhammadsalmanx.wordpress.com
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 8:44am
Hi,
I had tried the solution from the given link. When I implemented it, it did not allow me to deploy my reports. I tried giving my system password but still it dint work.
This is what I had changed in the web.config file.
<system.net>
<defaultProxy enabled=”true” >
<proxy bypassonlocal=”True” proxyaddress=”http://mmm:8080/” />
</defaultProxy>
</system.net>
Thanks & Regards,
Mahima
December 10th, 2010 6:39am