If I have tenants in different regions can I run each of their sql db's on sql servers in each of the regions. They key however is for the same application to be used so I want to deploy an web server in each region to.
Essentially the hosts content will be in my region and tenants will run on db closest to them.
Hope this make sense.
In my scenario each tenant belongs to a different company. How do I setup to allow each company to login using their own activity directory as below looks like only 1 ad can be linked up?
<cite>ismcagdas: </cite> Hi,
AspNet Zero already includes OpenIdConnect. You just need to set values for OpenIdConnect in your app's config file. After that, there must be an icon on login page near social login icons and it should work without any other work.
Thanks.
Looking for something production ready as experimental won't get approved for deployments. If Ed core supports other dbs what's the issue with running it via entity framework core directly to cosmosdb? Using document db API
<cite>aaron: </cite> ABP has an experimental MongoDB implementation: https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp.MongoDB
Other NoSQL suggestions in ABP issues:
- https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1108 (e.g. unqlite, DBreeze, LiteDB)
- https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1653 (e.g. Marten, VelocityDB)
Other relevant links:
- EF Core Database Providers: <a class="postlink" href="https://docs.microsoft.com/en-us/ef/core/providers/">https://docs.microsoft.com/en-us/ef/core/providers/</a>
- Using NoSQL databases: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/nosql-database-persistence-infrastructure
Note: even if who aspnetzero cannot run on NOSQL - atleast a good explanation of how some Entities can store data in noSQL.
Example: If we just want to read/write logs to NOSQL or just read/write customer accounts
what other DB's are supported with ef.core now being used
what would be the best approach to override the localization mechanism
Example: want to store the custom translation in SQL DB so that language can be customization by tenant admin.
ignore the fact of performance hit - want to know if its possible.
Is there a reason the lib folder is excluded from git wwwroot/lib
does it get created on build of the project?
if it is not being created on build what could be the cause
What is available in aspnetzero to ensure settings /values can be cached centrally .
How do we enable & use it
Works great! Thank you
How exactly is multiple Timezone enabled? None of the settings ui's are showing Timezone settings?