Streaming Videos
Hi All
I am developing a web applicatio in aSP.Net 1.1 of Online Movie Gallery.
I donât want to download the media files at client end also if anybody knows URL of media files still he should not be download the files without authentication.
I used
history.forward(-1);
Response.Cache.SetCachability to nochache
Still it is downloading at client side.
|