how can i deny access to call method. something like this [HandleError] [Authorize(Roles = \"role1, role2\")]
I have to confess that I hate membership provider. The default implementation is not very appropriate normally and I haven\'t seen so far a good implementation of a custom membership provider, probabl
I am a new guy in Asp.net. I have one requirement of doing one asp.net application with Custom Membership provider. If you any source code of the same, please share with me. I searched开发者_StackOver
I\'ve got confused . We hear a lot about Provider in ASP.NET . Membership-Provider , Role Provider , XmlDataProvider ,CustomProvider, ....
How can I set up membership provid开发者_StackOverflower to only accept passwords that adhere to the following rules:
I want to do the following in my page_load: 开发者_如何学编程if (condition) ChangePasswordControl.InstructionText = \"......\";
I\'ve got multiple membership providers in my web.config and in my login control, I am going to use the provider based on a drop down list with the name of the provider.
I have asp.net MVC application which uses asp.net membership. I configured the user details from local system using Asp.Net web site开发者_开发知识库 administration tool. Now I have deployed the site
I develop an asp.net web application and I use ASP.NET membership provider. The application uses the membership schema and all required objects inside main application database
I\'m just starting a new project on ASP.NET MVC and this will be the first project actually using this technology. As I created my new project with Visual Studio 2010, it created to my sql server a bu