cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Auth_User
Auth_User
Nov 5, 2012 at 5:24pm UTC
knighjl
(6)
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 UTC
webJose
(2948)
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 UTC
Topic archived. No new replies allowed.