Hello,
OpenBSD grey.my.domain 5.5 GENERIC.MP
# mono --version
Mono JIT compiler version 2.10.9
# nginx -V
nginx version: nginx/1.4.4
i have exactly the same problem, i run the aspx with a very explicit path:
# fastcgi-mono-server4 /applications=grey:/index.aspx:./moon/index.aspx
/socket=tcp:127
How soon after making a request do you see the 504 and how does it
relate to your fastcgi_read_timeout setting?
(http://wiki.nginx.org/HttpFastcgiModule#fastcgi_read_timeout).
[ Whilst I might have been able to check your config for this, I'm not
going to bother to download a random rar file and u
Hi everyone!
I am struggling to get a (simple) MVC app work under OpenBSD (5.3) + Mono
(2.10.9) + Nginx (1.2.6)
I can get a simple index.aspx (Hello World) app to work, but the default
MVC 3 template doesn't seem to work.
I made some minor changes to remove any reference to SQL providers in
Web.