top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the procedure to handle the process request using MHPM events fired?

+1 vote
205 views
What is the procedure to handle the process request using MHPM events fired?
posted Sep 13, 2016 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The procedure to handle the process request using MHPM events fired is as follows:

-After the creation of HttpApplication the request is handled using three different sections namely HttpModule, Page, and HttpHandler.

-Invoking of different events take place this is according to the customize logic that is defined by the developer.

-HttpModule and HttpHandlers are used to inject the custom logic before and after the page are being processed. HttpHandlers are used to handle the extension based requests.

-HttpHandlers are the main part of the ASPX and it handles the logic that is being given in the processor.

answer Sep 16, 2016 by Shivaranjini
...