views:

187

answers:

1

hi i would like to ask for guidance on how to use membership in asp.net mvc. my system is to make somewhat like a profile for every logged in user. any guide or links is much appreciated

+2  A: 

Try ASP.net MVC Membership Starter Kit

This is an article by Kevin Hoffman to use Forms Authentication with MVC.

TheVillageIdiot
thx for the link. but how do i link every logged in users to their own profile? to make it like http://localhost/user1?
Azlil