I have a Angular front end and >net core 2.2 api at back! Everything is working fine in local. I published the angular app(front) to iis ..its working fine. Now I am tring to deploy the web Api to the iis. I am getting 404 issue. I have downloaded dot net core hosting bundle as well and set the Application Pool to "No Managed Code". But its not working at all. I cant pinpoint the issue as well? Can some one help me out please
I have tried adding a new website, and also adding a application in default website. Not of it is working
This is my launchSetting.json file.