Skip to main content
Home Forums General Silverlight Hosting and Streaming how to cancle request in httpmodule?
1 replies. Latest Post by kkdhf on June 11, 2009.
(0)
kkdhf
Member
3 points
32 Posts
06-11-2009 12:58 AM |
hi,
i wanna to cancle request when i think it has no right to visit the uri in httpmodule. and i want to return some message to the client.
now i write message to the response on Begin_Request, then cal response.end(). but remain raise aspx page 's events like page_load.
how i cancle it?
06-11-2009 1:38 AM |
.... i make it out now.
use throw some exception....