This is not related to the nginx setup, I would think you'd get the same error if you ran the app in XSP.
XSP/fastcgi-mono-server4 can't compute the targetFramework attribute, so you should remove it. I guess it's used by IIS to automatically determine what .NET framework to use, but with Mono that's determined by using either XSP2 or XSP4 (or equivalent fast-cgi server). I have a few more details in this blog post: http://friism.com/running-net-on-heroku It seems to me that it would behoove Mono webservers to just ignore that attribute, but maybe I'm missing something. -- View this message in context: http://mono.1490590.n4.nabble.com/Error-on-deployment-of-MVC4-with-Nginx-tp4660944p4660964.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
