Open source ASP.NET MVC project for a SaaS application
Posted
by
DotnetDude
on Programmers
See other posts from Programmers
or by DotnetDude
Published on 2012-10-29T03:17:49Z
Indexed on
2012/10/29
5:21 UTC
Read the original article
Hit count: 296
ASP.NET
|software-as-a-service
I am working on a personal project that offers a service online. I'd like put this out to the public. I don't want to reinvent the wheel and use an existing template/open source project and add my service specific functionality.
The features I am looking for are:
- Support for different roles (I need to have an admin role, customer and preferred customer roles)
- An admin section where admins can manage user accounts, login as with users credentials for providing support
- Customer pages that are role specific (Ex: Some functionality can be used by preferred customers but not non preferred ones)
- Preferably a pricing/plans page with payment gateway integration
These are some of the basic pages available in most of service sites online. Is there a MVC 3 (preferably 4) written in C# that I can use as a shell to build upon?
Thanks
© Programmers or respective owner