As Andrew mentions your server with ISS needs to be setup to allow KML files to be given an application type.
http://oneidia.blogspot.com/2008/04/serving-up-kml-in-iis-6.html http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server It's fairly painless to do as long as your logged in as an administrator. For users that search the group your best bet is http://groups.google.com/group/Google-Maps-API/web/more-info-kml-on-google-maps Mapperz http://mapperz.blogspot.com/ On Sep 5, 3:59 pm, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Sep 5, 3:21 pm, GMapFan <[EMAIL PROTECTED]> wrote: > > > warden ,firstly ,thank you for your replay .and i read some topic > > link,but still can't get my solution. > > can you tell me what should i to check my IIS Configuration . > > geoXml = new GGeoXml(url); > > kml need url to visit , i try to visit the kml that can display in > > gmap directly in IE ,that all return a 404. i import my local kml to > > GE that can display ,so i think kml is all right. > > for js can read one url's kml ,it will be read all url's kml,why my > > site kml can't display, i think that reason must be url can not read > > it. > > can you give me any help ? than you all the same. > > The problem is that your server cannot serve the file, because the IIS > configuration has not been set up to know what to do with it. > > I don't do IIS and can't help more than that, although there are > suggestions in the thread I linked to earlier. > > Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
