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.
Comments: Thx, could be, that what I am thinking about. Because SqlMembershipProvider with little customizations works perfect, we have tried to "update" solution to new membership system. But, I regret to say, it doesn't adapted for the real world. In result have checked other "similar" solutions, which in combination have fixed that problem: - [https://github.com/holyprin](https://github.com/holyprin) - [http://codefirstmembership.codeplex.com/](http://codefirstmembership.codeplex.com/) Just think about: - "why other developers propose many variants to extend and improve it? " - Why have been proposed by BlockAllen to think about "other membership system"? :)
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.
Comments: Thx, could be, that what I am thinking about. Because SqlMembershipProvider with little customizations works perfect, we have tried to "update" solution to new membership system. But, I regret to say, it doesn't adapted for the real world. In result have checked other "similar" solutions, which in combination have fixed that problem: - [https://github.com/holyprin](https://github.com/holyprin) - [http://codefirstmembership.codeplex.com/](http://codefirstmembership.codeplex.com/) Just think about: - "why other developers propose many variants to extend and improve it? " - Why have been proposed by BlockAllen to think about "other membership system"? :)