I wanted to change the MIME type of my website. Unfortunately, I could not find the MIME type in my IIS manager. Could you please help me out. The version of my IIS is 6.1 Regards,
feedback
|
migrated from stackoverflow.com Nov 11 '10 at 9:54
This question came from our site for professional and enthusiast programmers.
|
Pick the website, right-click on it and choose Properties. Click the HTTP Headers tab and at the bottom of the panel is Mime Map. Click on the File Types button and use the resulting dialog to add file extensions and MIME types. Commenter is possibly correct, and ServerFault is possibly a better place for questions like this. But we coders have to worry about this kind of thing often enough, so I don't think it's too far off-topic. | |||
|
feedback
|
|
As I understand it you are trying to configure additional MIME types to your sites; This article should help point in the right direction. http://technet.microsoft.com/en-us/library/cc786786(WS.10).aspx In addition, configuring open IIS manager, select the properties for the node, click MIME types, select new, extension .pan in the box and enter application/octet-stream in the type box. | |||
|
feedback
|