Multiple choice technology web technology

What is the extension of a web user control file?

  1. .Asmx

  2. .Ascx

  3. .Aspx

  4. .Aucx

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web user controls in ASP.NET use the .ascx file extension to distinguish them from regular .aspx pages. The 'x' in ascx stands for 'extended' or 'user control.' Asmx is for web services, and Aucx is not a valid ASP.NET file extension.