Good day. Try run asp mvc on mod_mono. It seems ok, but when i try go to login page see 500 internal error:
System.TypeLoadException Could not load type 'System.Web.Security.MembershipPasswordAttribute' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): System.Web.Mvc.
Exception stack trace: at System.Web.Mvc.DataAnnotationsModelValidatorProvider..cctor () [0x00000] in :0
Use authentication mode "Forms".
Project files:
Microsoft.Web.Infrastructure.dll
System.Web.Helpers.dll
System.Web.Mvc.dll
System.Web.Razor.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
existing in bin folder
May be somebody have solution of this problem? Thanks.