Installing FASTCGI Mono for running ASP.NET on NGINX
- by Ali Haideri
I am a novice at Ubuntu and I've been given the task of installing and configuring NGINX to run ASP.NET applications. This is probably a stupid question but I'm using this tutorial as a starting guide and I'm stuck with where I have to set a socket with this command
fastcgi-mono-server4 /applications=/:/var/www/www.domain1.xyz/ /socket=tcp:127.0.0.1:9000
What path am I supposed to replace '/var/www/www.domain1.xyz/' with? If I run the command as is I get an error saying
Error creating the socket: Address already in use root@ubuntu:~# kill
9000;
Please help.