.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