how can i get the WcfFacility to make my service Per call, I have tried
Component.For<IService1>().ImplementedBy<Service1>().AsWcfService(new DefaultServiceModel()).LifeStyle.PerWcfOperation()
however when I run the WCF Test client with out the "create new proxy" box ticked it does not run the ctor everytime.
please help
bones
(ps this is not same issue as the other post of mine, that is still an issue too)