I am struggling with Asp.net core web API IIS debugging in localhost with Postman. when I try to run it with local IIS and send a request through the postman it keeps on sending the request, I don't see any response. I have tried a lot many things to make it working but still the same thing....
I have made one new asp.net Core web API and this is working fine. but the one on which I am having an issue is my project solution I am not sure what's going on there.
I am using windows 10 and VS 2019.
Please help me out