我的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记录。