funwithcoding
funwithcoding

Reputation: 2412

Mono : Is it possible to host a web/wcf service from console application?

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.

Upvotes: 3

Views: 2673

Answers (1)

yojimbo87
yojimbo87

Reputation: 68423

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

Upvotes: 4

Related Questions