.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