.Net 8 web API and Angular application getting error 405 after deployed into the IIS server
I have web application buit in .net 8 and angular. Both web api and angular are part of same solution. Everything working fine with visual studio but when I deployed application on IIS I get error 405.
I tried following things.