When I access the site as http://localhost:26049, the site runs fine. If I try to access the site with https://localhost:44319, I get page not found.
This is my proj
It looks like IIS Express is not starting the project under the https URL. Try changing the default project URL to the SSL one in
"Web Project->Properties->Web->Project URL" to the URL with https.