dirtikiti
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