Last post Jul 09, 2018 03:14 AM by Brando ZWZ
None
0 Points
1 Post
Jul 06, 2018 02:58 AM|saikumar123|LINK
please help me any one .at least tell me what are steps for follow .to develop subscription model website.
please give me sample architecture to develop subscription based web application.
first time user signup for 30days trail plan.after 30days user want to upgrade plan to basic,gold ete.
Star
9831 Points
3120 Posts
Jul 09, 2018 03:14 AM|Brando ZWZ|LINK
Hi saikumar123,
According to your description, I suggest you could implement the role management in your web application.
By using the role managment, you could set the user's role to(basic, gold...).
Then you could write some logic to check the user role in your web application when user wants to access some page.
Besides, I suggest you could consider using asp.net identity.
The asp.net identity contains build-in role manager which could easily used in the asp.net application.
More details about how to implement asp.net identity in in asp.net web application, you could refer to below article.
https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
More details about how to use role manager in identity, you could refer to below article.
https://code.msdn.microsoft.com/ASPNET-MVC-5-Security-And-44cbdb97
Best Regards,
Brando
None
0 Points
1 Post
Ability to have users sign up for different plans (Gold, Premium etc)
Jul 06, 2018 02:58 AM|saikumar123|LINK
please help me any one .at least tell me what are steps for follow .to develop subscription model website.
please give me sample architecture to develop subscription based web application.
first time user signup for 30days trail plan.after 30days user want to upgrade plan to basic,gold ete.
Star
9831 Points
3120 Posts
Re: Ability to have users sign up for different plans (Gold, Premium etc)
Jul 09, 2018 03:14 AM|Brando ZWZ|LINK
Hi saikumar123,
According to your description, I suggest you could implement the role management in your web application.
By using the role managment, you could set the user's role to(basic, gold...).
Then you could write some logic to check the user role in your web application when user wants to access some page.
Besides, I suggest you could consider using asp.net identity.
The asp.net identity contains build-in role manager which could easily used in the asp.net application.
More details about how to implement asp.net identity in in asp.net web application, you could refer to below article.
https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
More details about how to use role manager in identity, you could refer to below article.
https://code.msdn.microsoft.com/ASPNET-MVC-5-Security-And-44cbdb97
Best Regards,
Brando