File extensions and MIME Types in .NET
It depends what you need the MIME type for. In general, for services (web apps, web service, etc.), it’s advisable not to use a MIME list which is dependent on the OS settings, or only as fallback if you cannot find MIME information otherwise. I think that this is also the reason why MS chose … Read more