IDENTIFY THE CORRECT SEQUENCE OF PROCESSES THAT OCCUR WHEN AN .ASP...

39. Identify the correct sequence of processes that occur when an .ASPX [2.0]page is requested from a browser:A HTTP request is sent to the IIS.The server code is loaded into memory and executed on the web server.A request for an .ASPX page is made from the browserThe output of the server code is sent back to the browser by the IIS.On the server-end the .ASPX page is loaded again; however, the hidden fields values are read and appropriate event handlers are called. The output is sent back to the browser in the form of HTML.Suppose the user performs an action on a control that has a server side event handler or causes any server side execution to occur, the page is posted back along with a hidden control that contain the information about what actions have been performed by the user.a) 1, 2, 3, 4, 5, 6, 7 c) 4, 5, 6, 7, 3, 2, 1b) 2, 3, 1, 4, 6, 7, 5 d) 6, 5, 4, 3, 7, 2, 1