Why IIS6 is so secure?
I just debuged a WebApp that must stream .FLV files, and it's just poping up a 404 not found instead of just streaming it.
The reason the MIME Type is not known, and must be associated with application/octet-stream to be streamed!
If I remember well (and god know that my memory is not very good), in IIS5, there was a default MimeType setted and is wasn't poping up a 404? Is it because of security, or MS wants to add other extensions with ASP.Net without associating the MimeTypes to the Framework and explicitly trapping it?