Auth_User

Nov 5, 2012 at 5:24pm
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++?
Nov 5, 2012 at 5:25pm
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 Nov 5, 2012 at 5:25pm
Topic archived. No new replies allowed.