在ASP.NET 5中提供文件

时间:2016-03-30 09:35:02

标签: asp.net visual-studio iis

我正在尝试使用html目录中的静态wwwroot文件。默认情况下,通过IIS Express运行它应显示html目录中的wwwroot文件,但我会收到空​​白页。做了一些调查后发现服务器返回错误:

enter image description here

让IIS使用静态文件到底需要什么?

1 个答案:

答案 0 :(得分:1)

我修改了.cs文件配置方法使用app.UseFileServer: enter image description here