0

What is the difference between adding MIME types in these 2 different situations?

When in IIS 6 manager...

  1. Right click on the computer name (local computer) > properties > mime types
  2. Right click on the "Web sites" folder > properties > http headers > mime types

I'm guessing that perhaps option 1 adds MIME types for FTP also? However if that were true i'd expect to be able to add MIME types specifically in the properties of FTP (and not just websites).

thanks for your help.

Alex KeySmith
  • 721
  • 2
  • 10
  • 19

1 Answers1

0

The difference is that setting it at the "local computer" level sets it for all sites, and it cannot be removed, except for at the global level.

Setting it at the "web sites" level will copy the setting into each website (and new sites as they are created) allowing you to selectively remove the global setting on a site-by-site basis if you wish.

MattB
  • 11,194
  • 1
  • 30
  • 36
  • Thanks for the help, but please let me reiterate... it's not the website itself that I am intersted in, but the "Web sites" folder. i.e the "Web sites" folder that contains all the websites. – Alex KeySmith May 25 '10 at 10:51
  • @Alex: sorry about that, don't know how I screwed that up. I fixed the answer so that it actually answers your question now. Still no FTP MIME types though. – MattB May 25 '10 at 13:17