user-administration
Should I extend ASP.NET Security for a public site?
I have a ASP.NET MVC site with a private site administration application secured with ASP.NET sql-backed authorization. I need to add a login for the public site to allow visitors to sign up for an ac[详细]
2023-01-15 09:43 分类:问答Salting a password - are there better options than using a timestamp?
I\'m currently building a couple of ASP.NET MVC 2 sites, and am 开发者_开发技巧wondering what my options are for salting a password.With my PHP work, I usually just obtained the timestamp of when a us[详细]
2023-01-11 23:07 分类:问答Java variable number of arguments for a method
Is it possible to declare a method th开发者_StackOverflow中文版at will allow a variable number of parameters ?[详细]
2022-12-21 17:14 分类:问答