I want to host Smooth Streams and HLS content side by side on an IIS origin. The Smooth Streaming is working great but it is interpreting requests for .m3u8 and .ts files instead of serving them statically.
We are thinking of using the built-in "transmux" capability in the future but for now we just want to treat .m3u8 and .ts files as static files.
Is there any web.config magic that can help me accomplish this (sorry if that is an asinine question, I am new to Windows Servers)?