<div dir="ltr"><div>Hi everyone!</div><div><br></div><div>I am struggling to get a (simple) MVC app work under OpenBSD (5.3) + Mono (2.10.9) + Nginx (1.2.6)</div><div><br></div><div>I can get a simple index.aspx (Hello World) app to work, but the default MVC 3 template doesn't seem to work.</div>

<div><br></div><div>I made some minor changes to remove any reference to SQL providers in Web.config and I removed EntityFramework.dll, as well as ensuring that the various System.Web.* dlls also co-existed in my \bin folder.</div>

<div><br></div><div>All I seem to get is this:</div><div><br></div><div>504 Gateway Time-out</div><div>nginx/1.2.6</div><div><br></div><div>This is how I am launching fastcgi-mono-server4:</div><div>fastcgi-mono-server4 /applications/:. /socket=tcp:<a href="http://127.0.0.1:9000">127.0.0.1:9000</a> /printlog=True</div>

<div><br></div><div>But the only log detail I get is this:</div><div>[DateTimeStamp] Beginning to receive records on connection.</div><div><br></div><div>I have uploaded my config and source code to here:</div><div><a href="http://www.4shared.com/rar/FzSLuLnF/MvcMonoNginx.html">http://www.4shared.com/rar/FzSLuLnF/MvcMonoNginx.html</a></div>

<div><br></div><div>Given that I can serve a simple 'Hello World' page, I'm pretty sure there isn't anything wrong with my base nginx/mono installs, but no doubt something subtle I have missed in my configs. Can anyone (please) shed any light on this?</div>

<div><br></div><div>Thanks!</div><div>G</div><div><br></div></div>