Multiple choice technology web technology What is the extension of a web user control file? .Asmx .Ascx .Aspx .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.