'asp.net core nested path
I have an ASP.NET Core app hosted on Windows (but with only FTP access) that runs on xxxx.com with some endpoint like xxxx.com/some-api-controller
I need to add a versioning now but without breaking backward compatibility so I need to add keep xxxx.com/some-api-controller and xxxx.com/v2/some-api-controller as well
I know this was feasible with old .NET Framework hosted on IIS. I would create a folder and then convert it to an application and thats it.
How can this task be configured using config files on FTP only?
Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
