tags:

views:

43

answers:

1

Is it possible to host a WCF Service in Apache?

What are the requirements and how would it be done?

A: 

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.

Bernard