Episode

ASP.NET Monsters #2: Static Files

In this, Episode 2 of The Monsters Weekly, we take a deeper look at some of the configuration options and, in particular, how things have changed in terms of serving up static files in ASP.NET Core. We'll show you how to enable it, how it works in the default template and what you need to do to get it running from a blank canvas.

Static files are easy to enable and configure via middleware. This video is a quick walkthrough - less than 8 minutes - and will show you how to do it.

Be sure to follow the Monsters on Twitter and check out the blog for related posts.

The production code for this video is hl.

C#