.ascx file is the suffix of the file of the user-defined control, .asmx is the suffix of the Web Services file.
In a project you choose Add-> Add New Item -> Web User Control can generate a .ascx file, this file describes a user-defined control, you can call your customs in your page. Control. .asmx is a file of Web Service.