I have an ASP.Net web App developped many years ago with Visual Studio 2013 and .Net 3.5. I migrated this project to .Net Framework 4.8 and got it to run locally with Visual Studio 2022 and IIS Express. It runs as http://localhost:49430/
My question is: what must I do to test this application with SSL locally?