//////////////// Inside the web.config file
Before
Before
<appSettings>
<add key="Key" value="https://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}" />
</appSettings>
After
<appSettings>
<add key="Key" value="https://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}" />
</appSettings>
No comments:
Post a Comment