Hello,
well .. I have a question or at least a problem ...

I have to write a C#-Webservie that provides a service that returns "Hello World". So far really easy. Open VisualStudio and 8 mouseclicks later its done. Next thing: Make it run on apache. A little bit more complicated but still easy. Download a apache module that teaches apache C# and youre done.
Now i have to get this C#-Webservice running under Linux ... Well, i would take Mono and its still easy ...
Problem is i am not allowed to use Mono ... = /
So is there a way to make this Service run on Linux Servers (for example on apache) without using Mono ?
greets Shecuna