我的服务(TCP)之前在 IIS7 中安装了 bin,这是对此的要求:
Internet Information Services
- Web Management Tools (all)
- Wold Wide Web Services
-- Application Development Features (all - CGI)
-- Common Http Features (all)
-- Health and Diagnostics
--- HTTP Logging
--- Request Monitor
-- Performance Features
--- Static Content Compression
-- Security
--- Basic Authentication
--- Client Certificate Mapping Authentication
--- IIS Client Certificate Mapping Authentication
--- Request Filtering
--- URL Authorization
--- Windows Authentication
Microsoft .NET framework 3.0
- Windows Communication Foundation HTTP Activation (for WAS)
- Windows Communication Foundation Non-HTTP Activation
Windows Process Activation Service
- .NET Environment
- Configuration APIs
- Process Model
现在我已更改为 .NET WCF Selfhost,这让我想知道需要哪些组件?我可以删除 Internet 信息服务和 Windows 进程激活服务,这是真的吗?
我只需要保留 .NET 框架 X.0 吗?