Working with ASP.NET 5 MVC 6, Beta 8. Using IIS Express in a local dev windows 10 environment with IE Edge as my browser, but I noticed that IIS Express won't server the page without have a reference to Microsoft.AspNet.Server.Kestrel in my project.
I thought Kestrel was the cross platform web server and not necessarily what you needed to work with IIS Express, so can someone explain why the reference is needed now?