Tagged Questions

6
votes
3answers
6k views

Implementing Custom Profile Provider in ASP.NET MVC

I tried a lot on implementing a custom profile provider in ASP.NET MVC. I've read lots and lots of tutorials, but I can't find where my problem is. It's pretty similar to Implementing Profile Provider ...
2
votes
2answers
221 views

Custom Membership Provider or Profile Provider in mvc asp.net

I'm venturing into the world of asp.net mvc. I have not yet understood whether it makes sense to use a custom Membership Provider or use the Profile provider for the user management?
0
votes
2answers
896 views

using custom Profile provider in ASP.net MVC?

im currently trying to implement a profile provider for my site a few days now and having a hard time working on it, im a php programer and i just shift to asp.net recently Im using Linq to sql and ...