Answers for "chnage port in program .net core"

C#
0

.net core change localhost port

{
  "iisSettings": {
    "iisExpress": {
      "applicationUrl": "http://localhost:12345",
      "sslPort": 98765 <== Change_This
    }
  },
Posted by: Guest on March-25-2020

C# Answers by Framework

Browse Popular Code Answers by Language