I've got a webapi that runs in production on a Virtual Directory on ISS, end result is something like api.companyname.com/APINAME/
Now I need to be able to locally test the API using either dotnet run or IIS Express with a baseUrl such as the above, the end result would be something like localhost:5555/APINAME/.
My problem is that I can't change anything in code to have it work and I can't find anything in the web as to where I can go to configure this. I've tried changing the LaunchSettings.json file as well.