ASP.Net MVC Question:
Download Questions PDF

Explain the procedure to handle the process request using MHPM events fired?

Answer:

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.

Download ASP Dot Net MVC Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is the procedure to create the environment for ASP.NET?Explain the flow of processing of the request?