I created a service library and hosted it on an wcf service web site that is part of the same project. In the same project i have an app that consumes that wcf site via a web reference.
The wcf service web site is hosted on IIS and im using VS2008. First thing i noticed is that the svc i added to the wcf web service site is missing the code behind.
<%@ ServiceHost Language="C#" Debug="true" Service="Sync_Local_CacheDBServiceLibrary.Inventario_CanalesService"%>
But how do i reference the code behind if its on another project. Or do i must change something on the web.config to allow for debugging into the service library?