Configure IIS 6.0 to serve all file extensions, even unknown ones
Posted
by Nir
on Server Fault
See other posts from Server Fault
or by Nir
Published on 2010-05-03T10:47:47Z
Indexed on
2010/05/04
2:18 UTC
Read the original article
Hit count: 404
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!
© Server Fault or respective owner