I've been searching for days now, but still have not been able to find a way to get mod_mono to run .NET 4.5 web applications.
I've tried this and many other with no luck: Can XSP run ASP.NET 4.5?
Currently, I have a functioning Ubuntu 14.04 Server running mono 3.6.1 that is able to server .Net 4 applications:
Does anyone know how to configure mod_mono to run .NET 4.5?
My test site is a simple page with the following code, http://54.208.241.43/test.aspx
.
<%=System.Environment.Version%>