Ask a Question related to ASP.NET Security, Design and Development.
-
Barry #1
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 Roles based Forms authentication website.
When a user logs in I check the database for a valid user and if ok then I
get there roles from the database.
A FormsAuthenticationTicket is created and stored in a cookie is created
On authentication a new GenericPrincipal is created from the cookie.
My problem is that on the Windows2003 server when I log in I am
Authenticated but my Role 'admin' is not present.
As I have said this works on my local machine.
Also a differrent website works using these same principles on the same
windows2003 server. The only thing that is differrent is that it was created
by someone else.
If anyone has had a similar problem and can help then it would be much.
Barry
Barry Guest
-
Role based Forms Authentication (using Active Directory)
Hi All, Can anybody here kindly forward me a sample of a Role based forms Authentication using Acitve Directory? Thanks alot. P -
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... -
securing directories with role-based forms authentication
I have an ASP.NET application that uses forms authentication. I rolled my own CustomPrincipal class for role-based authentication, and wired the... -
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... -
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...



Reply With Quote

