Multiple actions were found that match the request – Net Framework 4.6.1 – Asp.net
I have the following endpoints in my project A -> http://localhost:8089/products/ B -> http://localhost:8089/products/{id} I need to add the following: C -> http://localhost:8089/products/{id}/track but when I run the new endpoint I get the following error (endpoint B is also affected):…