.SVC 파일 확장자
WCF Web Service File
| 개발사 | Microsoft |
| 인기도 |
3.1 | 31 투표 |
SVC 파일이란 무엇인가요?
Text file that contains information about a Windows Communication Foundation (WCF) service that can be run using Microsoft Internet Information Services (IIS); includes a WCF-specific processing directive that activates hosted services in response to incoming messages.
추가 정보
The syntax of an SVC file may look something like this:
<% @ServiceHost Service="Namespace.ServiceTypeName" %>
The address of an SVC file is typically "http://localhost/Application1/MyService.svc."