What is the difference between adding MIME types in these 2 different situations?
When in IIS 6 manager...
- Right click on the computer name (local computer) > properties > mime types
- 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.
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.