-
Hi, I have a multi-tenant application where every user has its own db, so the connection string is created runtime. Is it possible to use Aspire with this kind of multy tenancy? Thank you Now in my dbcontext I use something like
|
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Jun 7, 2024
Replies: 1 comment 5 replies
-
How do you want to use aspire in this situation? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because I was interested, I build you a small sample.
This is the apphost:
App: