Hello!
I have store in SQL Server 2005 audio and video files. I want to play this files in ASP.NET without storing them on filesystem.
With images stored in SQL Server 2005 I use a custom HTTP Handler, but I don't know if I can do the same with video and audio files.
Which is the best way of doing it? Silverlight?
Maybe I need a physical file to play it with silverlight.
Thank you!