Windows Communication Foundation Directive Syntax
Specifies settings used by the Windows Communication Foundation (WCF) directives in the .svc files to direct the compilers. Each directive can contain one or more attributes (paired with values) that are specific to that directive. WCF has only the @ServiceHost directive.
本节内容
- @ServiceHost
Defines page-specific attributes used by the .svc compiler. Can be included only in .svc files.
相关章节
- How to: Host a WCF Service in IIS
Describes how the @ServiceHost directive is used when hosting a service in Internet Information Services (IIS)
- How to: Host a WCF Service in WAS
Describes how the @ServiceHost directive is used when hosting a service in Windows Process Activation Service (WAS)
另请参见
其他资源
Hosting
Hosting in IIS
Hosting in WAS
生成日期:2011-02-23