asp.net - Default action for http handler? -
i'm working on setting site controls access directory downloads using ihttpmodule. since files zip, exe, rar, , on, default handler isn't being applied , session state isn't available. i've added custom http handler directory uses irequiredsessionstate session available in module. however, i'm @ loss with process request method in handler. there way call default action process request? since i'm trying serve downloads, closest i'm going going doing context.response.trasmitfile()? @ point, there point in having http module, , security check in handler? thanks!
Comments
Post a Comment