Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: ServerVariables("AUTH_USER") is not working


Message #1 by "jeby" <jeby@c...> on Thu, 11 Jul 2002 15:41:23 +0530
I cross checked with another IIS and it works fine.. The IIS on which i
tried had some probs with .NET and still under rectification.

-----Original Message-----
From: James Yang [mailto:syang11@b...]
Sent: Tuesday, July 16, 2002 6:36 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not w
orki ng


how did u get it to work?

----- Original Message -----
From: "jeby" <jeby@c...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Tuesday, July 16, 2002 4:25 PM
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not w
orki
ng


thanks guys!! it works fine!!

-----Original Message-----
From: James Yang [mailto:syang11@b...]
Sent: Monday, July 15, 2002 7:06 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not w
orki ng


Im currently doing exactly that with following IIS settings

tick basic auth.. untick win auth and annonymous box

----- Original Message -----
From: "jeby" <jeby@c...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Monday, July 15, 2002 5:21 PM
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not w
orki
ng


Tried this too. Doesn't seem to work!!!!

-----Original Message-----
From: Debreceni, David [mailto:david_debreceni@r...]
Sent: Friday, July 12, 2002 6:13 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not w
orki ng



How are you trying to access the variable auth_user?
we use something similar to:
HttpRequest r =3D Page.Request;
String m =3D r.ServerVariables["Auth_User"];

Hope this helps.  I am not sure what else it could be. Sorry.

David Debreceni
Senior Visual Basic/ASP Developer
xxx-xxx-xxxx  x 1086


-----Original Message-----
From: jeby [ mailto:jeby@c...
<mailto:jeby@c...> ]
Sent: Friday, July 12, 2002 2:42 AM
To: ASPX_Professional
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not
worki ng


Doesnt work!!

-----Original Message-----
From: Debreceni, David [ mailto:david_debreceni@r...
<mailto:david_debreceni@r...> ]
Sent: Thursday, July 11, 2002 6:21 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: ServerVariables("AUTH_USER") is not
worki ng



We had this issue when we only had integrated windows authentication
checked.  As soon as we added the basic authentication check mark the
auth_user variable came up, and because integrated authentication was
still checked users got in using their existing domain credentials.
Also make certain anonymous is unchecked

David Debreceni
Senior Visual Basic/ASP Developer
xxx-xxx-xxxx  x 1086


-----Original Message-----
From: jeby [ mailto:jeby@c...
<mailto:jeby@c...>
< mailto:jeby@c... <mailto:jeby@c...> >
]
Sent: Thursday, July 11, 2002 6:11 AM
To: ASPX_Professional
Subject: [aspx_professional] ServerVariables("AUTH_USER") is not working




Hi,

ServerVariables("AUTH_USER") doesnt seem to return any values!!!
Help!!

Best Regards,
Jeby George
COMPUSOL Software Pvt. Ltd.


---
Change your mail options at http://p2p.wrox.com/manager.asp
<http://p2p.wrox.com/manager.asp>
< http://p2p.wrox.com/manager.asp <http://p2p.wrox.com/manager.asp> >
or

--- Change your mail options at http://p2p.wrox.com/manager.asp
<http://p2p.wrox.com/manager.asp>  or to
unsubscribe send a blank email to


---
Change your mail options at http://p2p.wrox.com/manager.asp
<http://p2p.wrox.com/manager.asp>  or

--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to













  Return to Index