Configuring IIS for web application accessible from internet

Hi,

Today I’m going to share IIS configuration for my website hosted in my laptop at home that is accessible from internet using HTTPS port 443 using a domain name subscribed from a domain name provider.

Edit Binding for https protocols in port 443 for localhost and domain name

Localhost binding
Domain name binding

SSL Setting

SSL setting

Set Environment Variable

Set environment variable ASPNETCORE_ENVIRONMENT to Development

That’s it.

Cheers

Leave a comment