Is it possible to host a WCF Service in Apache?
What are the requirements and how would it be done?
Is it possible to host a WCF Service in Apache?
What are the requirements and how would it be done?
I don't think it is possible. WCF web services are built in .NET, while Apache is written in C. Unless you find a third-party module to support this, you're better off hosting your service in IIS.