I'm looking over my security model and is wondering how you handle security (access control) in your projects?
I'm not interested in simple winapps or webapps, but in n-tier applications. How do you control access? Do you do it in each tier, or only in the User/Service frontends? Are you using a homebrewed solution or are there any standard ways? Are you using IPrincipal and IIdentity, in that case: How?
Lot's of questions. Answer those that apply to you. All answers are most welcome.