怎么安装lnux 以及mono 就不说了 记录下配置 希望能帮助到同样遇到问题的童鞋

httpd.conf

</VirtualHost>

//添加新站点建议用这个连接 使用在线配置 配置完了直接复制过去 避免出错 http://go-mono.com/config-mod-mono/

mono 部署mvc3

然后第一次刷新会提示不能加载XXX 木事  第一次都是这样 刷下 在提示找不到什么dll文件 那就去系统里面拷贝到bin下面

其他很顺利 完美运行 mvc3+ibatis

 

mvc3的程序记的修改 成   MonoServerPath xxx.com "/opt/mono/bin/mod-mono-server4" 这里写4 

否者运行报错 targetFramework="4.0"

</VirtualHost>

配置

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
猜你喜欢
  • 2022-02-01
  • 2021-09-14
  • 2021-11-12
  • 2022-01-12
  • 2021-12-28
  • 2021-12-04
  • 2022-02-10
相关资源
相似解决方案