Multiple choice technology web technology Extension for ASP.NET Web Handler File? ASCX ASPX ASHX ASMx Reveal answer Fill a bubble to check yourself C Correct answer Explanation ASHX is the file extension for ASP.NET Generic Handlers, which process HTTP requests without the overhead of a full web page. They're used for AJAX calls, file downloads, and lightweight HTTP endpoints.