Replacement for System.Web.DefaultHttpHandler to:
a) always use Response.TransmitFile() if resource is handled by "our" VPP's
AND resource is a local available file
b) allow control over Cache expiration
(default Asp.Net 2.0 behavior in IIS 6 is to let browsers cache the file for 24hrs)
Namespace:
EPiServer.WebAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public class StaticFileHandler : DefaultHttpHandler |