deny access to videos files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scottmat

    deny access to videos files

    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

  • Spam Catcher

    #2
    Re: deny access to videos files

    "Scottmat" <email@hotmail. comwrote in news:A02BC328-8BB4-4A08-8B91-
    DE524AFD7248@mi crosoft.com:
    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.

    --
    spamhoneypot@ro gers.com (Do not e-mail)

    Comment

    Working...