Click here to Skip to main content
15,907,906 members

Comments by Naman Kumar Sinha (Top 6 by date)

Naman Kumar Sinha 7-Jan-14 7:27am View    
What do you want to edit? Be specific.
Naman Kumar Sinha 6-Jan-14 4:15am View    
Hi Tadit,
Thanks a lot. Indeed I learned a lot. With some modification of my own, I got this working. Cheers.
Naman Kumar Sinha 17-Oct-13 18:03pm View    
If you are sure that when the web page runs, the url looks something like this:
http://abc.container.mysite.com
then the code posted by you sould work correctly.
abc.container.mysite.com is subdomain of container.mysite.com
Naman Kumar Sinha 20-Aug-13 8:51am View    
Can you be more specific as to what exactly you want? Is it a website or web app? You want to implement Membership authentication in Entity Framework site/app ! What do you mean by tier architecture here, are you creating MVC app or is it just a design consideration? As of now since nothing is clear I'll suggest keeping the authentication and business logic separate.
Naman Kumar Sinha 18-Jan-13 6:22am View    
Just a note on top of this. You should consider using Forms authentication with Membership class. Storing clear text as password is not a recommended practice. .Net comes with a SecureString data type and all this functionalities are in - built in Membership class.

Happy coding :)