I am using form authentication for by application and when the form times-out the application logs the user out to login page.
assumed that i have Roles table like this : tb_role RoleIdRole_Name 1SalesCreate 2SalesEdit 3AgentCreate 4AgentEdit
is possible to limit access for particular usercontrol for particular role? I have page (default.aspx) 开发者_高级运维that load (also) info.ascx
ASP.NET MVC allows users the ability to assign permissions to functionality (i.e. Actions) at Design Time like so.
I have an application where the admin user can create users and upload documents to the server for the created user to download.
I am developing an ASP.NET website in Visual Studio 2010 (with Service Pack 1, thank you very much). I want to utilize .NET\'s built-in Membership and Role providers for SQL Server 2008.
I\'m developing a complex website with users having multiple roles. The users are also coupled on other items in the DB which, together with their roles, will define what they can see and do on the we
Gonna need some advice for my work. In my computer I have installed VS2010 and SQL Server 2008 Developer with a customized instance name named MYCOMPUTER. If I need to transfer the project work, that
I think a picture will serve me best: Any Ideas?My web app works just fine.I don\'t really 开发者_高级运维use the web site administration tool, I just taught I\'d play with it and discovered that t
I\'ve written custom role provider, which internally uses web service methods for getting roles or usernames. This provider inherits from System.Web.Security.RoleProvider. In the web.config file I swi