How can I programatically read IIS\'s MIME types? I\'d like to use them when I stream data to my clients using WCF.
Any tips, or API would be appreciated
Mime types registered to the system are defined in the registry under "HKEY_CLASSES_ROOT\Mime\Database\Content Type".
Are you looking for mime types for a particular web site that is defined in IIS?