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

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.