Hi All,
I am new to ASP.Net development. Worked before in couple of PHP projects some years back.
Some questions in my mind regarding session management in ASP.NET.
Should we have to use membership providers, Role providers for session management and security management in the projects.
Or we can use our own custom coding and table management. Which is the best way.
May be my question would be silly. In PHP we will create our own tables and coding for session management.
Thats why i got this question in mind.
Thanks in Advance for the guidance.