I know about getting the currently logged on user information(Request.ServerVariables("LOGON_USER")), but can you get Domain\Group information as well?
Basically I'm wanting to allow an update to happen if the user belongs to a specific group and I want to do this in one page if possible.
Sorry about that, I didnt realize it was not a part of the Request.ServerVariables collection. We use something called WebSEAL that sticks the HTTP_IV_GROUPS into the headers. I did a search on google and maybe this will do it: