Multiple choice technology web technology

Extension for ASP.NET Web Handler File?

  1. ASCX

  2. ASPX

  3. ASHX

  4. 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.