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


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to