Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know with .NET we can host wcf service from a console application without the need of webservers like IIS or apache. Is it possible to do the same with Mono 2.6.1 on a RHEL 5 or CentOS? Any links to any documentation will be highly helpful.

share|improve this question
In what way is apache not a console application? What do you mean with 'console application'? I would understand console as in opposite to a GUI. – alfonx Dec 18 '11 at 22:46

1 Answer

up vote 3 down vote accepted

This example looks like it's hosted from console application.

share|improve this answer
It really is hosted from the console. – funwithcoding Mar 31 '10 at 21:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.