It is possible to register one type to multiple interfaces?
I have class that implement two interfaces
MyService : IService1, IServier2 {}
I based my answer on @StephenTunney's answer, but I couldn't get his to work.
You can do this by config as well:
Note that the name="MyServiceName" is optional and only required if you plan on doing named instances.
name="MyServiceName"