我有一个ASPNETMVC3项目,我正在使用GoogleMaps api v3,我正在使用Visual Studio2010进行开发。
我的问题是,当我使用Visual Studio2010 get服务器googlemaps工作正常,但当我迁移到IIS 7.5时,我试图获取地图,但我收到了许多404 not founds。例如(来自Fiddler):
63 404HTTP khm0.googleapis.com /kh?v=90&hl=es-AR&x=1415914&y=2527608&z=22&token=129508&style=api%7Csmartmaps 11.888文本/html;字符集=UTF-8 iexplore:4740
64 404HTTPText /kh?v=90&hl=es-AR&x=1415913&y=2527607&z=22&token=77236&style=api%7Csmartmaps 11.887 khm1.googleapis.com /html;字符集=UTF-8 iexplore:4740
65 404HTTPText /kh?v=90&hl=es-AR&x=1415914&y=2527606&z=22&token=35196&style=api%7Csmartmaps 11.887 khm0.googleapis.com /html;charset=UTF-8 iexplore:4740
66 404HTTPText /kh?v=90&hl=es-AR&x=1415915&y=2527607&z=22&token=87468&style=api%7Csmartmaps 11.887 khm1.googleapis.com /html;charset=UTF-8 iexplore:4740
67 404HTTPText /kh?v=90&hl=es-AR&x=1415913&y=2527606&z=22&token=30080&style=api%7Csmartmaps 11.887 khm1.googleapis.com /html;charset=UTF-8 iexplore:4740
68 404HTTPText /kh?v=90&hl=es-AR&x=1415913&y=2527608&z=22&token=124392&style=api%7Csmartmaps 11.888 khm1.googleapis.com /html;charset=UTF-8 iexplore:4740
69 404HTTPText /kh?v=90&hl=es-AR&x=1415915&y=2527606&z=22&token=40312&style=api%7Csmartmaps 11.887 khm1.googleapis.com /html;charset=UTF-8 iexplore:4740
70 404HTTP khm1.googleapis.com /kh?v=90&hl=es-AR&x=1415915&y=2527608&z=22&token=3553&style=api%7Csmartmaps 11.886 khm1.googleapis.com/html;字符集=UTF-8 iexplore:4740
你知道问题出在哪里吗?提前谢谢。吉列尔莫。
发布于 2011-09-26 01:07:57
一位同事提醒我,开发者许可证并不能保证具有高可用性,所以也许这就是为什么我会得到404的原因,尽管我看到了地图。
发布于 2011-11-18 00:03:36
我们正在经历同样的问题。我们的一个开发人员找到了这个链接:
http://googlegeodevelopers.blogspot.com/2011/10/introduction-of-usage-limits-to-maps.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+GoogleGeoDevelopersBlog+%28Google+Geo+Developers+Blog%29
我们正在研究是否需要许可来避免这个问题。
https://stackoverflow.com/questions/7156393
复制相似问题