Auth_User

I am trying to pull the user who authenticated through our ForeFront app. The user logs on with their AD credentials. This code does not appear to work.

char userid[50];
userid = Request.ServerVariables["AUTH_USER"];

Is this correct for C++?
ASP.net (if this is it) cannot be programmed in C++ or C++/CLI as far as I know. If you seek help with ASP.net, post @ http://forums.asp.net .
Last edited on
Topic archived. No new replies allowed.