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