How to host multiple service contracts in IIS. example , I have 3 different service contracts in my project and implements in three different class's. First I host a service contract in IIS with SVC file, now i want o host the another service in the same service. is it possible?
or
How to expose multiple service contracts in a single service (svc file) , is it possible?Please give me some inputs for this solution.