Which option best describes the majority of your web development efforts?
Printable View
Which option best describes the majority of your web development efforts?
You forgot the ASP.NET MVC with Custom Authentication, that's how we roll :)
DAH! I knew I was forgetting at least one thing. I'll add it if I can.
--
Aparently I can not. If you use such, choose Other and post what it is here.
I would vote "whatever is required for the project."
Also, how deep does the builtin authentication question go? Most of the stuff we have floating around uses the Forms Authentication framework to handle the HTTP bits of authentication, but the backing tends to get real custom real fast.
I suppose if you manually used the Membership and FormsAuthentication object methods in your own code, to process your own form, instead of using the Login control, and letting the system do it's job, that qualifies as "Custom User Authentication". Unless you entirely replaced it, then it's the last option.
Really though, I was just trying to get a pulse from the community on it.
Hehe. I can't edit it, but ok. =)
Thats always the problem, when you ask people to vote between the devil and the deep blue sea. There is always some who want to stand in a puddle and have evil thoughts.Quote:
Really though, I was just trying to get a pulse from the community on it.
So I agree, tell 'em to vote, and damn the consequences.
What about creating data access layers?