It stands for Active Server Methods (Microsoft filename extension)
File Type
ASP.NET Web Service File
Defines Web services called by an Active Server Page (.asp file); automatically compiled by ASP.NET when a request to the service is made; can be accessed over the Internet or from a local network.
ASMX files begin with the ASP.NET directive "WebService," followed by the "Language" parameter. This is used to set the programming language to Visual Basic, C#, or JScript. They can be run using a Windows-based Web server with the .NET framework
Its an extension of webservice file name.
Like a web page has an extension of .aspx, webservice page has an extension of .asmx
Manikavelu VelayuthamPosted Oct 6, 2010, 4:35 AM
Defines Web services called by an Active Server Page (.asp file); automatically compiled by ASP.NET when a request to the service is made; can be accessed over the Internet or from a local network.
ASMX files begin with the ASP.NET directive "WebService," followed by the "Language" parameter. This is used to set the programming language to Visual Basic, C#, or JScript. They can be run using a Windows-based Web server with the .NET framework
Its an extension of webservice file name.
Like a web page has an extension of .aspx, webservice page has an extension of .asmx
Koteswararao MallisettiPosted Oct 6, 2010, 4:35 AM