Is there a way to serve unknown file types in IIS 7?
I only want to do this for a single directory where execution is turned off and everything will be served as a static file.
As it is now, I have to add each file extension that I want to serve as a MIME type. I want to serve everything. How can this be done?