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 ASP.NET Web Handler files use the .ashx extension. ASHX files are used for HTTP handlers that process web requests. ASPX is for regular ASP.NET pages, ASCX is for user controls, and ASMx is a typo.