ThinkGeo.com    |     Documentation    |     Premium Support

Downloading .shp Files

Hi all,


This is a long shot, but I can't find a lot of info on this.  I'm trying to load my maps to my Silverlight application via WebClient.  This works perfect on my local machine, but doesn't work once I get it into production. To make a long story short, it seems that it boils down to IIS not being able to serve up the files, so I'm assuming it's MIME type related, but not positive.  The reason I say this is I have attempted using WebClient to get a .txt file in the same directory and it worked fine. I can also download this .txt file in my browser. However, I cannot access any of the file types (.shp, .dbf, .shx, .idx, .ids) through WebClient nor can I download them via URL in my browser.  Doing a search around, it seems the mime types are mostly supposed to be appication/octet-stream, but this still isn't working for me.  Would anyone have any info on this?  Thanks very much!


-Dustin 



Dustin, 
  
   I tested this out.  First I tried to download a .shp file and it failed.  I thien followed the directions on the site below.  I added the ‘.shp’ and the ‘application/octet-stream’ to the Mime Types as per the screenshots on the link.  I tried again and it it failed again.  I restarted IIS and then things worked just fine.  Maybe you need to restart IIS. 
  
 esri.628238.n4.nabble.com/MIME-type-of-shp-dbf-for-IIS-or-Linux-td634038.html 
  
 David

Great, thank you very much, David. I was trying to avoid restarting IIS because there are multiple sites on it, but if that solves my problem, I’m all for it.   I’ll give it a shot!

Dustin, 
  
   No problem, this kind of thing always happens to me when setting up IIS.  Furthermore you never know what changes are automatic or which need a restart. :-) 
  
 David