Reputation: 11
I am trying to create a thesis repository where the client side and admin side will have different url like Client - thesisrepo (at) domain (dot) com, and Admin - managerepo (at) domain (dot) com but they will connect to the same context, which is ThesisRepoContext.
Thanks in advance
Upvotes: 0
Views: 43
Reputation: 335
I would move database context into a separate assembly for reusing it between sites. Also, I would use role based authorization to split access. BTW in this case there are no security reasons to use two separate sites.
Upvotes: 1