Angular - API: CORS error in IIS Deployment Server
- Sep 10, 2022
- 96
- 64
I got CORS error after publishing my API and Angular app to IIS even though CORS is enabled and the origins of the Angular app is added. Below is how I resolved this issue.Just simple, make sure you s ...