MColeman
Programmer
- Sep 23, 2002
- 242
My VB/ASP.Net application is not letting the administrator run it.
I am using User.IsInRole to check to see if the user is setup in the correct group. I have added administrator to both, but User.IsInRole is still false.
In debug mode, I checked User.Identity when logged on as administrator. The system showed:
User.Identity
Auth type = ""
IsAuthenticated = False
Name: = ""
Does anyone know if I'm logged on as administrator, does the user information not get passed back to the application?
I am using User.IsInRole to check to see if the user is setup in the correct group. I have added administrator to both, but User.IsInRole is still false.
In debug mode, I checked User.Identity when logged on as administrator. The system showed:
User.Identity
Auth type = ""
IsAuthenticated = False
Name: = ""
Does anyone know if I'm logged on as administrator, does the user information not get passed back to the application?