Hello All,
I'm in a bit of a perdicament about what to do with regards to authentication and roles etc for a couple of projects I'm working on. One is relatively simple that I'm doing in MVC (personal site) and could lend itself well to the Membership and Role provider style of things. Another, corporate site is much more complex and I've made a couple of classes that I've yet to test and tidy up (I've attached these).
I'm trying to make up my mind which is the better option to use. The membership and role provider approach is obviously very well thought out and the code is very efficient and fast. But if I can succeed in creating my own, I'll have an easily customisable solution that I can apply to any project. At least thats the theory.
All comments and feedback appreciated.
Freakish_05
The code so far:
Custom IIdentity Class
1 Go to the complete details ...