Re: Cannot run ASP.NET Web API with Nginx and Mono on Ubuntu

2014-11-10 Thread Francis Daly
On Mon, Nov 10, 2014 at 02:01:13AM -0500, FireFalcon wrote: Hi there, > When I run the following command: > > fastcgi-mono-server4 --appconfigdir /etc/webapps /socket=tcp:127.0.0.1:9002 > > nothing happens, Terminal doesn't show any response. What can I do??? What response do you expect to see

Cannot run ASP.NET Web API with Nginx and Mono on Ubuntu

2014-11-09 Thread FireFalcon
Good day, first of all I am new to Linux OS and mono. I am tryiing to run my ASP.NET Web API on Ubuntu with Nginx and Mono. Here is what I've done so far: I have installed mono, nginx, fastcgi-server4 and all successful. I have followed all the steps from the following URL to run my application o