ASP.NET Core and IIS

What does it means to host you application in IIS? To help with that there is new module called ASP.NET Core Module.

 

By Dawid on (tags: ASP.NET, core, iis, categories: code)

ASP.NET Core hosting

Hosting is how you get you ASP.NET application up and running. And ASP.NET Core is just bunch of libraries host in you own process. It’s not provide a hosting – user have to take care of providing hosting process.

By Dawid on (tags: ASP.NET, core, hosting, categories: code)