.net - Why HttpContext.Current.Handler is null? -
I am trying to use a page within an HTTP module and I think that I have HTTPNTTEX. Carent.Handler should refer to this current page) but I am getting empty all the time.
I am using the .Net 3.5 framework.
I authorize it and verify it on the authenticity
Thank you.
Probably, the request has not been assigned to a handler yet (for example, you < Code> BeginRequest .)
Comments
Post a Comment