Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 无法显示 IIS 页面中的 WCF 服务部署以及 SVC 文件如何工作?
典型的 WCF SVC 文件将具有以下内容;
<%@ ServiceHost Service="AMWCF.Service1" %>
SVC 文件不会通知 WCF 服务 dll 文件的位置。
那么当有人在 HTTP 中打开这个 SVC 文件链接时(假设服务托管在 IIS 中),该链接如何知道从哪里获取 dll 文件?
它在 \Bin 目录的程序集中查找类。