I want to offer a software product using the SaaS model. This one, of course, will require me to build a website where customers can register, log in, manage their membership and billing options, and, of course, use software over the Internet.
Can someone recommend a good sample ASP.NET site or another type of site infrastructure that I can use to quickly create a software infrastructure for this site?
In other words, I'm sure things like registering a member, logging in, adding / editing accounts / accounts and all that typical account / user controls are common elements of websites these days, especially those that use SaaS model. I would rather not reinvent the wheel. Of course, the part of the site on which I deliver my software as a service will be unique. But many other functions are common, and I prefer to use the existing code as much as possible.
I read about DotNetDuke, which sounds like it can work somewhat, but it also looks more like a content management system. I am not really interested in the CMS website. Basically, I just want to build parts of a website (as mentioned above) using as many prefabricated parts as possible.
Can someone please indicate me some resources for this? Commercial solutions are good too.
Dusty source
share