1
Answer

ASPX page request response


Hi guys,
When an aspx page is requested it is first sent to the IIS and then it passes through HTTPModules and handlers
I wanted to know how exactly the response page is created on the server and what exactly is sent as a response to the client.What is the role of HTTP handler and HTTP modules

Answers (1)