Could you please ensure that the fastcgi-mono-server4 shell script is using the correct version of Mono? "Unrecognized attribute 'targetFramework'" usually occurs when you're trying to run a .NET 4.0 or 4.5 app with .NET 2.0. The targetFramework attribute is a standard part of ASP.NET 4.0 so it should be recognised.
On Sat, Sep 21, 2013 at 1:22 AM, kelvin <[email protected]> wrote: > Hi, > I'm trying to deploy a website with ngix and MVC4, I'm using fast-CGI to > interact with mono. But I'm getting this error > > > This is my configuration: > I use the dotnet overlay of layman to get the lastest version of mono. > > > to run fast-CGI with mono I use this configuration for the application > > > > the website configuration on nginx is the following: > > > I'm deploying with VS2012, however I also can compile the source code with > mono. > > I'll be thankful with any help! > > regards, > > Kelvin > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Error-on-deployment-of-MVC4-with-Nginx-tp4660944.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 >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
