c# - Remove viewed Files from PC using IHttpHandler -



c# - Remove viewed Files from PC using IHttpHandler -

is there way remove viewed documents/images pc apsx? in ihttphandler tried:

context.response.cache.setnostore(); context.response.cache.setcacheability(httpcacheability.nocache);

in firefox temp files saved in c:\users\username\appdata\local\mozilla\firefox\profiles\jwhjrpy1.default\cache2\entries

i don't want delete everything, files opened aspx application.

you can't prevent saving content on client. if don't cache file, still possible download file, , browsers automatically.

then file outside command of browser.

c# asp.net ihttphandler

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -