Question
ColdFusion GetAuthUser()
The GetAuthUser() function works on my workstation (Windows7 IIS7) and
doesn't work on my server (Server2008 IIS7 with Windows Authentication and Active directory)
Does anyone know why it's not working in the server environment?
Code used:
<cfoutput>#GetAuthUser()#<
/cfoutput>
