home.social

#netmvc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #netmvc, aggregated by home.social.

fetched live
  1. 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`.

    orangegnome.com/posts/3099/get

    #Aspnet #Iis #WebDevelopment #NetMvc #AspnetCore #C #Httprequest

  2. The GenericPrincipal constructor requires an array of roles for `IsInRole` to work. If null is passed in for that, then it will always return false, even if role claims are present on its identities.

    orangegnome.com/posts/2796/fix

    #Aspnet #NetMvc #RolebasedAuthorization