ASP.Net Membership Your Thoughts? -



ASP.Net Membership Your Thoughts? -

i building project using asp.net 4 , mvc3 using c#. asp.net membership provider integrated framework. role check , identity info have issue. it's limited flexibility. should build new user management scheme ground , lose convenient short codes within controllers ect....? there alternative?

worry hashing passwords, caching stuff, session management gives me headache when think building scratch.

i utilize asp membership logging-in (only). utilize database-specific tables highly-customized user-features asp membership doesn't accomodate (or @ all). if custom-feature "can" (easily) accomodated asp membership db...then utilize it...but mostly, set custom user-specific functionality in target database (in-question).

also...

because asp membership functionality can manage many databases @ same time, run separate asp membership database instance (apart) manages. doings has proven clean & friendly me.

asp.net asp.net-mvc-3 asp.net-membership

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -