Explicitly calling a service constructor when hosting a WCF web service on IIS

前端 未结 3 592
迷失自我
迷失自我 2021-01-06 10:19

I want to host a WCF service of mine on Microsoft IIS (IIS hosting).

To do this, I created my service:

// The service
public class MyService : IMySer         


        
3条回答
  •  情话喂你
    2021-01-06 11:04

    Take a look at Castle WCF Facility (I use this one in production) or Autofac WCF integration

提交回复
热议问题