I am going crazy, when I go into the Web Site Administration Tool to create some new users, it always tells me that my password is not 7 characters long.
I\'m just wondering if the bui开发者_运维技巧lt in Hashing in the ASP.Net membership good password security, or if there is more that I should do to protect my passwords?If so, what should I look into
I\'m using forms authentication in my C# based web site, with the authentication defined in web.config files in the various folders/sub-folders. I want to write a generic administration menu system, t
Does the spring framework support multi applications sharing a common user base? e.g. 2 separate web applications somehow hook into a single database to get user related information (username, passwo
I\'m working on an ASP.NET solution with 2 projects. One is the web interface and the other contains my business logic. I\'m using LINQ to SQL for my data access in the second project.
I\'m using ASP.Net membership to secure my site and I have a question about how to store extra user information. By googling and reading other questions I think the 3 accepted approaches to storing ad
I want to use the the AuthorizeAttribute to control which users are allowed access to my actions. I just want to clarify that my logic is in order.
I am designing the database of a website and I have noticed that stackoverflow adopts openID which is very impressive. But what if some users use email address which d开发者_如何学Gooesn\'t support op
I have a silverlight control on my asp.net mvc page, need to communicate with a webservice where i need to send the current role of the user logged into the system w开发者_StackOverflow社区ith. But ho
I\'m using the ASP.Net SqlMembershipProvider to manage my users. Here is my config: <membership defaultProvider=\"SqlProvider\" userIsOnlineTimeWindow=\"15\">