一:创建MVC网站,需要修改Views视图文件夹下的Web.config
二:需要添加web.config中的
<system.web> <compilation debug="true" targetFramework="4.5"/> <httpRuntime targetFramework="4.5"/> <customErrors mode="Off"/> <globalization culture="en-us" enableClientBasedCulture="false"/> </system.web>
三:需要删除发布文件中 roslyn文件夹 以及Microsoft.Web.Infrastructure.dll类库
四:需要找到jexus中的siteconf文件夹
五,发布完成
各种mono版本:http://download.mono-project.com/sources/mono/
主要来源:http://www.cnblogs.com/gaobing/p/4955204.html
时间: 2024-10-07 16:33:55