ASP.NET Context.User.IsInRole XP Problem
From: Jim McLeod (anonymous_at_discussions.microsoft.com)
Date: 06/07/04
- Next message: Paul M. Frazier: "Problems Accessing a UNC Share from ASP.NET Pages"
- Previous message: Suneel Jhangiani: "Forms Authentication Anonymous User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 7 Jun 2004 09:06:04 -0700
Hi guys,
I am having a problem with the following line of code on Windows XP Pro. The variable userRole is a string depicting my role on the local machine.
Context.User.IsInRole(userRole)
Basically when the ASP.NET page that is calling this code is refreshed the IsInRole method returns false when it should be returning true. It's not a consistent error, but it shouldn't be failing all the same.
Any ideas?
Jim...
- Next message: Paul M. Frazier: "Problems Accessing a UNC Share from ASP.NET Pages"
- Previous message: Suneel Jhangiani: "Forms Authentication Anonymous User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|