Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AUTH_USER w/ Anonymous Access?? 1

Status
Not open for further replies.

eb24

Programmer
Joined
Dec 17, 2003
Messages
240
Location
US
Quick Question:

I have 'checked' Anonymous Access on my web server, so is there any way to know who is accessing the site?

I used to have the Anonymous Access box 'unchecked' and could tell who was accessing via the AUTH_USER Server Variable, but certain people weren't able to go through the network, thus the I change my configuration.

Any advise will be greatly appreciated.
 
Hi

AUTH_USER gets the windows credentials of the user. For this to work you will need to have anonymous access unchecked and windows authenication checked.

When you check anonymous access IIS automatically assigns the request to the IUSER_MACHINENAME account and hence there are no credentials available.

The MSDN article below discusses various authenticaion methods for ASP.NET applications and may be able to help you find a solution.


Rob

Go placidly amidst the noise and haste, and remember what peace there may be in silence - Erhmann 1927
 
Rob:

Thanks for you assistance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top