Open
Closed
Failed to load resource: net::ERR_CONNECTION_REFUSED #6395
0
muleso created
6 Answer(s)
-
0
I am also getting same error. I have deployed in IIS(Port no: 2020).My appsettings.json
"ConnectionStrings": { "Default": "Server=DESKTOP-KSUS4BB\\PRO; Initial Catalog=PRODb;User ID=sa;Password=password@123" }, "AbpZeroLicenseCode": "LicenseCodePlaceHolderToReplace", "Abp": { "RedisCache": { "ConnectionString": "localhost", "DatabaseId": -1 } }, "App": { "ServerRootAddress": "http://localhost:22742/", "ClientRootAddress": "http://localhost:4200/", "CorsOrigins": "http://*.mycompany.com,http://localhost:4200,http://localhost:2020/", "SwaggerEndPoint": "/swagger/v1/swagger.json", "AllowAnonymousSignalRConnection": "true" },
My appsettings.Production.json
{ "ConnectionStrings": { "Default": "Server=DESKTOP-KSUS4BB\\PRO; Initial Catalog=PRODb;User ID=sa;Password=password@123" }, "App": { "ServerRootAddress": "http://localhost:9901/", "ClientRootAddress": "http://localhost:4200/", "CorsOrigins": "http://localhost:2020/" } }
Have an answer to this question?
Log in
and write your answer.
Assignee
No one