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サービスがあります
<%@ ServiceHost Language="C#" Debug="true" Service="MyService" Factory="InitializableServiceHostFactory" %>
私の問題は、CreateServiceHost が MyService メソッドへの各リクエストで呼び出されることです。これにより、CreateServiceHost で記述された初期化コードが複数呼び出されます。