.ASMX 文件扩展名
ASP.NET Web Service File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.6 | 19 票 |
什么是 ASMX 文件?
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.
可打开或引用 ASMX 文件的程序
Windows