Framework for Freemium model in ASP.NET


1

I have a website that I would like to add registration and plans (ex: premium membership, free membership) and charge the customers on a monthly subscription basis. The existing website is written in ASP.NET and I'd like to know if there's a framework that I can use to tie in the different plans and the payment provider.

Monetization Freemium

asked Apr 14 '10 at 09:11
Blank
User2306
232 points

3 Answers


1

There is no framework you can slap on that can handle this for you. So much of it is dependent on how your application is built, how the data is stored, etc. It sounds like yours is custom built as opposed to using software? If so, your best bet is to hire someone to integrate it into your software.

answered Jul 7 '10 at 22:22
Blank
Wil
273 points

1

What do you use for account management? Does that software offer an option to add and manage products, like subscriptions? If yes, you're 75% ready to go. Before you go and buy any software, ask yourself a question -- will people pay for these features when the web is so saturated with all kind of freebies.

answered Apr 14 '10 at 09:52
Blank
Usabilitest
1,698 points

0

Why dont you look on http://www.asp.net/ and under that look for opensource projects.

http://www.asp.net/community/projects/ I think their forum is also the best place to ask for help.

http://forums.asp.net/

answered Apr 19 '10 at 17:15
Blank
Vnchopra
418 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Monetization Freemium