Video files are treated as static files by IIS and their request don't enter
the asp.net runtime. You can map the video file extension to the aspnet isapi
dll in the IIS application configuration. Just have a look at how .aspx is
mapped.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> Hello,
>
[quoted text clipped - 3 lines]
> Someone would have an idea or a concrete example of code ?
> Thank you