Best approach to a customer portal in ASP.NET MVC
Posted
by DoodleWalker
on Stack Overflow
See other posts from Stack Overflow
or by DoodleWalker
Published on 2010-05-29T19:57:41Z
Indexed on
2010/05/29
20:02 UTC
Read the original article
Hit count: 220
asp.net-mvc
|architecture
Hi All,
The problem: client needs a website to serve 10+ customers, each customer has 5-10 people they wish to grant access using login & user name, once "logged in" the user can download files specific to their company.
The files will be uploaded to a directory under the customer name, and displayed as a list. Currently using membership for all of the users, it's just the "by customer" segmentation I'm wondering about. the question being under ASP.NET MVC what is the cleanest or simplest approach to solving the customer segmentation, trying to avoid customer membership provider so was going to use the roles to assign customer group.
Thoughts appreciated.
© Stack Overflow or respective owner