- Total Members: 220,010
- Threads: 525,381
- Posts: 976,975
-
December 4th, 2012, 03:16 AM
#1
ServerVariables collection not working
Hi,
I have a classic ASP application which uses ServerVariables("Remote_User") to get the user login.
For some users it works fine, for some others it doesn't, and the weird thing is that it returns the "webpage cannot be found" error (I would expect a blank or null value instead...)
So I tested for those users other ServerVariables, and I found out that they get the same error for any variables in the collection.
Why just some users experience this problem? How can I get rid of it?
Please notice that Windows Authentication is enabled, Anonymous Authentication is disabled.
Any hint is appreciated,
thank you very much!
Similar Threads
-
By Krandor in forum ASP Development
Replies: 2
Last Post: January 18th, 2012, 12:41 PM
-
By JoBraeken in forum ASP Development
Replies: 1
Last Post: December 10th, 2005, 04:01 AM
-
By TheAlchemist in forum ASP Development
Replies: 10
Last Post: May 20th, 2005, 02:20 PM
-
By swbouse in forum ASP Development
Replies: 2
Last Post: July 29th, 2004, 08:06 PM
-
By Steve Schofield in forum ASP Development
Replies: 1
Last Post: February 11th, 2002, 01:52 PM