On Jan 6, 7:23 pm, Bocha10 <[email protected]> wrote: > I get a 404 File Not Found error. > If the file is truly there and the permissions are OK you need to make > sure that you set the correct MIME type for the kml file on your web > server. > See section 3 on KML MIME types > http://code.google.com/apis/kml/documentation/kml_tut.html
This does appear to be relevant. Unfortunately IIS uses 404 when it doesn't know what to do with a particular filetype (it determines the filetype by its extension). That is server-related rather than "Not found", and a 500-series status would probably have been a better choice as it does mean that it's more involved than it need be to ascertain the cause. If the file is clearly in the right place with the right name (demonstrated via FTP; IIS is not case-sensitive) then Sherlock Holmes can be useful: "When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth." 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 -~----------~----~----~----~------~----~------~--~---
