I am building an app with the the visual studio built in Angular template using .Net Core API. All the GETs work but the DELETE returns a 404 error after deploying to IIS server. Works fine on localhost.
I assume because the the project is deployed as one from VS, there is no need for CORS. Is this wrong?