我刚刚部署我的asp.net mvc-2网站到服务器(使用dotnetpanel)。但得到这个
错误
A default document is not configured for the requested URL,and directory browsing is not enabled on the server.
我需要什么设置?它的基于dotnetpanel的托管服务器。
哪个版本的IIS是你的主机运行?一个尝试是在根
文件夹中放置一个虚拟的default.aspx
文件(这将不会用于当MVC工作,但可以摆脱这个问题)。
原文链接:https://www.f2er.com/aspnet/253997.html