"applicationUrl": "https://localhost:5001;http://localhost:5000" 這個5000端口沒啟用?
"applicationUrl": "https://localhost:5001;http://localhost:5000",? 在配置文件中是這樣的
那么打開https://localhost:5001?有hello word界面,但是打開http://localhost:5000?是不存在的
那么這個5000 端口的配置起什么作用呢?