小蚂蚁 发表于 2021-10-2 11:23:32

让IIS8支持WCF的更简单方法

以前在IIS8中使用WCF时,总是参考在IIS8服务器添加WCF服务支持的方法进行手工设置:

1. 首先添加MIME类型:扩展名“.svc”,MIME类型 “application/octet-stream”:
2. 然后在“Handler Mappings”中添加Managed Handler:
Request path: *.svc
Type: System.ServiceModel.Activation.HttpHandler
Name: svc-Integrated
今天发现了一个更简单的方法:
在Server Manager中,Add Roles and Features时,选中.NET Framework 4.5 Features -> WCF Services -> HTTP Activation即可。见下图:



https://www.uoften.com/serverhost/winhost/20180415/80866.html
页: [1]
查看完整版本: 让IIS8支持WCF的更简单方法