dirtikiti
dirtikiti
CC#
Created by dirtikiti on 7/11/2024 in #help
app.UseHealthChecks("/health"); works locally, does not work behind iis deployment.
i.e., localhost:8000/health shows "Healthy" deployedip:8000/healthy gives 404 while the app itself is accessible at deployedip:8000 Is this a relative path issue? is the endpoint behind another path because it's deployed to iis? (deployedip:8000/appname/health)
6 replies