Hi
we have following situation:
- 2 applications works with same database (backend/frontend - is hosting environment dbase restriction).
- frontend application could contains more then 300000members (open/local)
- backend - 1000-10000
- we want to control(work with) backend/frontend users separately - each one have to has separate membership tables combination, all tables [not only profile table]. To prevent performance specific issues on database level (before application cache, special logic).
question:
- How can we change membership, roles and other table names?
- Lot of blog posts are talking about Code First Simplemebership provider. Where is code first? Internally code using "string resources with SQL instructions".
Regards, A.K.
we have following situation:
- 2 applications works with same database (backend/frontend - is hosting environment dbase restriction).
- frontend application could contains more then 300000members (open/local)
- backend - 1000-10000
- we want to control(work with) backend/frontend users separately - each one have to has separate membership tables combination, all tables [not only profile table]. To prevent performance specific issues on database level (before application cache, special logic).
question:
- How can we change membership, roles and other table names?
- Lot of blog posts are talking about Code First Simplemebership provider. Where is code first? Internally code using "string resources with SQL instructions".
Regards, A.K.