XML Web Services Directives
Defines the markup syntax that you can use within an XML Web service built using ASP.NET. XML Web services created using ASP.NET are text files that have an .asmx file name extension.
In This Section
- @ Assembly Directive in XML Web Services
Declaratively links an assembly to an XML Web service. - @ WebService Directive in XML Web Services
Details how to specify settings for XML Web services created using ASP.NET, such as the programming language and class implementing the XML Web service.