Replies: 1 comment
-
I did some testing and created a GitHub Gist from the result: HTTP vs. HTTPS priority when .NET Core Hosting Bundle is used on IIS . Perhaps it may be beneficial to add this information to the corresponding Microsoft Learn documentation page? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Without IIS, HTTPS in ASP.NET Core is enforced by the Webhost Middleware.
However, I couldn't find a documentation about how HTTPS is dealt with when publishing an ASP.NET Core web application over IIS for in-process vs. out-of-process.
So, I have these questions:
UseHttpsRedirection
andUseHsts
still apply?Beta Was this translation helpful? Give feedback.
All reactions