.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."