A
Andrew Jocelyn
Hi
I'm using a web site deployment project, (not updateable) to deploy my
website application too an IIS 6 web server. I recently added some WCF
services, to a folder within the website. e.g.
https://host/services/service.svc.
I get a ServiceHost driective is missing error or
System.InvalidOperationException: Service 'myservice' has zero application
(non-infrastructure) endpoints.
How can I mix svc files with aspx pre-compiled (non-updateable) files using
a web deployment project and hosted as a single web application. This is
possible with asmx files.
thanks
Andrew
I'm using a web site deployment project, (not updateable) to deploy my
website application too an IIS 6 web server. I recently added some WCF
services, to a folder within the website. e.g.
https://host/services/service.svc.
I get a ServiceHost driective is missing error or
System.InvalidOperationException: Service 'myservice' has zero application
(non-infrastructure) endpoints.
How can I mix svc files with aspx pre-compiled (non-updateable) files using
a web deployment project and hosted as a single web application. This is
possible with asmx files.
thanks
Andrew