Creating a protected link
        Posted  
        
            by user303907
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user303907
        
        
        
        Published on 2010-03-29T03:12:16Z
        Indexed on 
            2010/03/29
            3:23 UTC
        
        
        Read the original article
        Hit count: 429
        
Is there a way to create a protected download link which is random, expiry, requires a password and pointing to a specific file in C# that is associated with IIS 7.0?
Several random links can link to the same file.
Built-in codes or perhaps 3rd party libraries?
For example, http://www.example.com/<some random gibberish>/<md5 of file>/file.jpg
© Stack Overflow or respective owner