1. Specified SSL port

2. Use 64bit IIS Express bitness
This commit is contained in:
rafsanulhasan 2018-09-01 03:53:57 +06:00
parent 065b0112e6
commit 661f537dfd

View File

@ -4,7 +4,7 @@
"anonymousAuthentication": true, "anonymousAuthentication": true,
"iisExpress": { "iisExpress": {
"applicationUrl": "http://localhost:58018/", "applicationUrl": "http://localhost:58018/",
"sslPort": 0 "sslPort": 4104
} }
}, },
"profiles": { "profiles": {
@ -12,7 +12,8 @@
"commandName": "IISExpress", "commandName": "IISExpress",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production" "ASPNETCORE_ENVIRONMENT": "Production"
} },
"use64Bit": true
} }
} }
} }