This is a process which runs in response to a request made by an ASP.NET Web application. This is also referred to as endpoint. The ASP.NET page handler processes .aspx files. When a user requests an .aspx file, then the request is processed by the page through the page handler. It is also possible to create an HTTP handler that render custom output to the browser.
No comments:
Post a Comment