R
R
Renat Iliev2014-07-25 20:53:20
C++ / C#
Renat Iliev, 2014-07-25 20:53:20

How to run a C# server on *nix?

There is a server written in C #, I need to run it on VDS, and since normal VDS are on Win during the day with fire, I want to run it on some OS from the *nix family (for example, FreeBSD).
But here's the problem, .NET (as far as I know, but I know little there) is not in *nix's and the compiled *.exe server cannot be launched in VS2010.
How to solve this situation?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Guketlev, 2014-07-25
@IzeBerg

1) there is a chance that it will take off on mono, but if the application was not specially designed to be able to run under mono, then the chance of this is vanishingly small
2) finishing it if the application is at least somewhat large will be long and expensive (compared to p3)
3 ) normal vds under win dofiga

V
vanyamasnuha, 2014-07-25
@vanyamasnuha

Install monoframework.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question