hi all,
i am facing a i think it's little authentication problem
i am using windows authentication,and i intalled my webapplication on win2000 web server and in the network a win2000 domain controller
so my problem is that IsInRole is not working for domain users and always return false
i test the function Isinrole with a built in groups and it's worked but not for a domain user
i use the sentax like :
dim chk as boolean=HttpContext.Current.User.IsInRole(DomainNa me & "\" & GroupName)
any comment
Ahmed Ali
Software Developer