Intranet域上的ASP.NET Core 2.2 URL

时间:2019-07-16 00:38:50

标签: asp.net

我的Intranet上的ASP.NET Core URL配置不允许在我的DNS上自定义A记录。我需要能够使用仅位于防火墙后面的Intranet中的自定义URL地址。

dotnet监视运行PatientRegistry urls = https://registry.atiatrack.org:5001

"PatientRegistry": {
  "commandName": "Project",
  "launchBrowser": true,
  "applicationUrl": "https://registry.atiatrack.org:5001;http://registry.atiatrack.org:5000",
  "environmentVariables": {
    "ASPNETCORE_ENVIRONMENT": "Development"
  }

浏览器返回“找不到”。 DNS具有A记录。

0 个答案:

没有答案