I\'m implementing a server component that needs to expose a web-service interface, but there is no application need for it to run with ASP.NET on IIS. Is there a straightforward
You can use the ServiceHost class to host a service. The WCF tutorial contains sample code.