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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top