Base solution for your next web application

Activities of "[email protected]"

Am working with Asp.net core & jquery project I have added the Clock.Provider = ClockProviders.Utc; under MVC startup ConfigureServices method, and now am having difficulties to present any date with the user selected timezone. Any help would be appreciated

  • What is your product version? 11.2.1
  • What is your product type (Angular or MVC)? ASP.NET Core MVC
  • What is product framework type (.net framework or .net core)? .net core

Hello,

am trying to detect the tenant through the sub domain, multi tenancy is enabled, and i have set the following

  • Web.Mvc Project
    • appsettings: "WebSiteRootAddress": "http://{TENANCY_NAME}.localhost:44302/",
    • WebMvcModule: Configuration.Modules.AbpWebCommon().MultiTenancy.DomainFormat = "{0}.localhost:44302";
  • We.Public Project
    • appsettings: "WebSiteRootAddress": "http://{TENANCY_NAME}.localhost:44303/",
    • WebMvcModule: Configuration.Modules.AbpWebCommon().MultiTenancy.DomainFormat = "{0}.localhost:44303";

I have a tenant called "clinic" and when i try to access "clinic.localhost:44302" or "clinic.localhost:44303" am getting a 400 error

any idea what could be wrong here? or how i can resolve this?

Showing 1 to 2 of 2 entries