Ask a Question related to ASP.NET Security, Design and Development.
-
Bob Osborne #1
How do you set Role-Based authorization for Windows Authentication?
I am working on a company ASP.NET Intranet web application.
I am using IBuySpy protal as my "go-by". It uses Forms
authentication.
I changed it to Windows authentication, but I cannot
determine how to set the roles for myself.
It is using the public function IsInRole a member of
System.Security.Principal.IPrincipal
My application is on my computer (Windows 2000).
If I use Forms Authentication, I can make changes to the
application, but in Windows authentication I cannot.
How do I set my role to MyAppAdmin or something so I can
give myself privilege to edit the application?
Bob Osborne Guest
-
Customizable Role-based Authorization
Hi all I need to implement the following scenario in my application: 1. Roles are stored in SQL-SERVER. 2. Access Rights will be given to the... -
Role based Forms Authentication
Before I start I must point out that this does work on my local Windows XP machine but does not work on a Windows 2003 Server. I have created a... -
ASP.NET with ADirectory role based authentication
Hi Everyone, I have some Questions relating to Active Directory and Asp.net. 1)I have created a role based authorisation using SQL Server but i... -
Page Level role-based authentication
I've set up and managed to use ASP.NET role-based authentication. I find the automatic checking and redirecting for unauthorized pages really... -
Role-Based Authorization
I am using ASP.NET and Access as the database. I would like to use role-based authorization for the login page. Can anyone help me?



Reply With Quote

