asp.net mvc 4 - c# mvc如何从索引文件开始

本文关键字:mvc 索引 文件 开始 net asp | 更新日期: 2023-09-27 17:51:14

我有一个项目,我想在主机上部署,但我得到了这个错误消息:

没有找到匹配的目录索引(index.html,index.htm,index.shtml,index.php,index.php5,index.php4,index.php3,index.phtml,index.cgi),并且服务器端生成的目录索引被Options指令禁止

它运行在共享主机linux服务器上。

我必须做什么才能使我的应用程序再次工作?

asp.net mvc 4 - c# mvc如何从索引文件开始

使用MVC 4,您不能在Linux上托管它。微软今年发布了。net Core开源版本,下一个MVC vNext将允许使用MONO框架在linux上托管。

你可以阅读更多并使用它:http://graemechristie.github.io/graemechristie/blog/2014/05/26/asp-dot-net-vnext-on-osx-and-linux/