How to Determine User Access Rights for a Windows NT Authenticated Web Site
First, you have to disable the Anonymous access for the site and activate Window/Basic Authentication. You can get information about a logged on User with: Loggedonuser=Request.ServerVariables(“Auth_User”) You can get the