Posted: 7/2/2011
As I am pretty sure everyone on here that has helped me knows I am a novice in all respects of web developement. I am almost finished with my first web application. I cannot believe I am almost there. I have been trying to research a topic that I cannot find the kind of answers I am looking for. Once I am deployed how do I manage users and user roles. I am assuming I use the aspnetdb but do I need to make my own "admin user console"? Do I make my own web forms and write my own selects, inserts, updates, and deletes? Some of the info in these tables are "encrypted" or in a format that is not readable at least. How do I convert it? Is there any resources someone can point me too. I have searched MSDN and didn't find anything along these lines. One question that has had me up at night is this. My site is a subscription based site. Once I am deployed how would I handle making someone's username expire when their subscription expires? I am assuming I would do this through the aspnetdb. I also cannot seem to find enough info on how to "use", "handle" the successful/unsuccessful token when it comes from the payment processor. I know this is important because I do not want some one to be able to create a user name if their payment was unsuccessful.
Thanks in advance!
Posted: 7/3/2011
Hi Mike,
About the first question should you have to had "admin user console", I will recomend you to read ASP.NET Membership Provider here is a nice tutorial with code samples:
http://www.asp.net/security/tutorials/creating-the-membership-schema-in-sql-server-cs
About the second question for handling successfull/unsucessful token that comes from the payment processor, you should have an documentation from the payment processor how to handle this token. Every payment processor has his own way.
Best Regards,
Gjorgji