2
Answers

Issue with multiple version of WEB API

Dinesh Nayak

Dinesh Nayak

3y
578
1

My API had only one version.

I added version 2. They both call another web app running on my local.

V1 works fine.

V2 hits the other web app, but from there the control doesn't return to the web api.

In postman it shows 500. I am unable to trace the error.

Answers (2)