0

I want to host a game's server on Linux - Debian8 (a VPS), but I'm having a problem: the game is written in C# and needs IIS to host the WCF part of it, which doesn't work on Linux.

Someone told me that it is possible to host a server on Debian but I should create a WCF stand-alone app.

How can I do that?

Here can you find server files which use WCF.

Could you help me with this? thanks!!

Kyosha
  • 3
  • 4

1 Answers1

0

No you don't need IIS

Hosting Services

You can host in a Service console app

paparazzo
  • 44,497
  • 23
  • 105
  • 176