[Mono-list] Run a WCF as root

Robert Jordan robertj at gmx.net
Wed Feb 20 15:39:17 UTC 2013


On 19.02.2013 22:23, acrym wrote:
> I need to use a port under 1024. How can I enable root access to my WCF
> service (.dll) ?

Either execute the process as root (not recommended for a public
service), or set a firewall forwarding rule from your port <= 1024
to a port > 1024 where your service is listening at.

You may want to ask an admin about how to achieve this with you
Linux distro, because it's not Mono's job.

Robert




More information about the Mono-list mailing list