使用 Visual Studio 2012:
- 我创建了一个“ASP.NET 空 Web 应用程序”(使用 C#)。
- 我使用 NuGet 安装
FubuMVC
包。 - 当我运行应用程序(使用 IIS Express)时,我得到“欢迎来到 FubuMVC!” 页面告诉我删除
FubuMVC.GettingStarted.dll
文件并设置主页。 - 所以我做了这两件事,实现了一个
HomeController
简单地"Hello World"
从Index
.
我得到一个 IIS 错误,而不是预期的“Hello World”:The Web server is configured to not list the contents of this directory.
我做错了什么?