deny access to videos files

  • Thread starter Thread starter Scottmat
  • Start date Start date
S

Scottmat

Hello,

How do I control (allow / deny) access to files such as videos. It seems
that can be used httphandler but I can not!
Someone would have an idea or a concrete example of code ?

Thank you
 
How do I control (allow / deny) access to files such as videos. It seems
that can be used httphandler but I can not!
Someone would have an idea or a concrete example of code ?

You can use Windows File Permissions.

or you can place all the files into a restricted directory, then stream the
file dynamically to the client using an ASPX page.
 
Back
Top