Recently our team ran into a problem with getting the URL path in an ASP.NET Core MVC project. We were getting different results running locally versus deployed to our QA environment. Enter `HttpRequest.PathBase`.
https://orangegnome.com/posts/3099/getting-the-url-path-in-aspnet-core
#Aspnet #Iis #WebDevelopment #NetMvc #AspnetCore #C #Httprequest