usrName = Request.ServerVariables("REMOTE_USER")
domain = "mydomain\"
domLen = Len(domain)
nameLen = Len(usrName)
usrName = Right(usrName,nameLen - domLen)This piece of code works fine on a Windows XP Pro machine but when I try to run the containing page on a Windows 2K Advance Server machine, I get the error message noted in the subject line. What gives? ------------------------ Yahoo! Groups Sponsor ---------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM ---------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
