Hi erveryone,
Im currently starting developing a WCF service hosted in IIS and came across a problem. I have developed a UserService which is described in .svc file as <% @ServiceHost Service="UserService">. It worked fine and when i used svcutil to get the metadata, everything was working perfectly. My problem is now, I have developed a new service, EmployeeService. How do I define in the .svc file to host both UserService and EmployeeService? Or do I have to create one .svc file for each service to be hosted? If so, how can i generate in svcutil the merged proxy/metadata and config file for both services?
Start Free Trial