Ben Foster 5/27/2016

How to configure Kestrel URLs in ASP.NET Core RC2

Read Original

This technical article explains how to configure Kestrel web server URLs in ASP.NET Core RC2, detailing the shift from project.json to programmatic configuration. It demonstrates using the UseUrls extension and provides a preferred method of loading bindings from an external hosting.json configuration file, including necessary code updates in Program.cs and launchSettings.json.

How to configure Kestrel URLs in ASP.NET Core RC2

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week