Configure IIS 6.0 to serve all file extensions, even unknown ones
Posted
by Nir
on Super User
See other posts from Super User
or by Nir
Published on 2010-05-03T10:47:47Z
Indexed on
2010/05/03
10:58 UTC
Read the original article
Hit count: 562
iis-6
|mime-types
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!
© Super User or respective owner