ASP.Net MVC 2 on nginx/mono 2.8
Posted
by
mace
on Stack Overflow
See other posts from Stack Overflow
or by mace
Published on 2011-01-02T13:39:47Z
Indexed on
2011/01/03
8:53 UTC
Read the original article
Hit count: 293
Hi, I am trying to setup ASP.Net MVC 2 application on Linux environment. I've installed Ubuntu 10.10 on VirtualBox, then installed Mono 2.8 from sources. After that I have installed nginx and configure it as recommended here. Unfortunately, FastCGI shows me standard error 500 page:
No Application Found
Unable to find a matching application for request:
Host localhost:80
Port 80
Request Path /Default.aspx
Physical Path /var/www/mvc/Default.aspx
My application is located in /var/www/mvc directory. I've tried to create some stub Default.aspx file and place it in root dir of my application, but it didn't help, same error occured. Thanks.
© Stack Overflow or respective owner