Restrict Download of an ASF or an AVI file

Discussion in 'ASP.NET / ASP.NET Core' started by J.Bey, Apr 7, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have seen some videos like that can be encoded with authentication...(when user wanna play the video locally after downloading, Windows Auth. dialogue prompts up asking for Name and Password)but i don't know how they did it...


    [​IMG] but at least you know it's possible....


    Good Luck!





    ps. please let me know as well if you found a soluton to it.




    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Is it doable if I use different type of authentications rather than in-the-box Form Authentication?

    Thanks,bruce!

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  4. Does anyone know how to restrict access of either ASF or AVI files from a web server?
    The scenario is this.
    We use Forms authentication to accept registered subscribers.
    Videos are streamed via an ASP.NET page and the user will be asked to log in if they haven't already.
    However, if someone decides to download the ASF fileby going directly to the URL of the file, Forms authentication will not ask them to log in because it is not an ASPX file.
     
  5. Bruce

    Bruce DiscountASP.NET Staff

  6. A brilliant, simple solution.


    Thanks.

     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page