I'm following this guide here:
And has now come to the end of it where i need to add :
<%@ ServiceHost Language="C#" Debug="true" Service="Wcf.ComboService" Factory="Wcf.DIServiceHostFactory" %>
to my svcfile, the problem is that i dont have an svcfile and according to this post you must add a reference from a Web-application to get it: http://stackoverflow.com/questions/1480233/adding-svc-file-missing
Is there really no way to do this? or maybe make this code work without the svc-file?