|
by Keyvan Nayyeri via Keyvan Nayyeri on 5/28/2007 4:44:23 PM
Running a WCF service from a COM+ component is one of main aspects of integration between WCF and other technologies. Building a WCF service based on a COM+ component is a straightforward task. There are a few steps to follow in order to get this done. First you need to create a COM+ component and implement your code logic from an interface. Then register your COM+ component in GAC and create a web directory for it. And finally use ComSvcConfig command to
... [ read more ]
|