I have a problem with IIS: if I ask an unknown file extension, such as .flv, it doesn't serve it and displays "page not found".
I can configure it in the Mime Types, but I want to be able to specify a wildcard, like in IIS 7, where I can allow all types under "Request Filtering".

Is it possible?
Thanks!

link|improve this question
1  
This question should be transfered to Serverfault.com – BBlake May 3 '10 at 11:21
feedback

migrated from superuser.com May 4 '10 at 2:12

This question came from our site for computer enthusiasts and power users.

1 Answer

up vote 0 down vote accepted

Have you already tried using an asterisk (*) in the Extension box for a new MIME type?

Source: http://support.microsoft.com/kb/326965

link|improve this answer
1  
Thanks! That did the trick (extension: .*, mime type: application/octet-stream) – Nir Feb 16 '11 at 7:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.