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 ファイルの場所について何も通知しません。
誰かがこの SVC ファイル リンクを HTTP で開いた場合 (サービスが IIS でホストされている場合)、リンクはどのようにして dll ファイルを取得する場所を知るのでしょうか?
\Bin ディレクトリのアセンブリでクラスを検索します。