I wanted to know who is signed on in my intranet so I can look up their info. I created a wUser class that I pass the http request to like this:
wUser.GetWebUser(Request.ServerVariables("LOGON_USER".ToString())
And on my web site, this returns the current user. On my development machine, it returns nothing because I don't sign in. Any way around this?
How can I know if I am on my local box?
I don't know how to ask what I want, but this is messing me up.
wUser.GetWebUser(Request.ServerVariables("LOGON_USER".ToString())
And on my web site, this returns the current user. On my development machine, it returns nothing because I don't sign in. Any way around this?
How can I know if I am on my local box?
I don't know how to ask what I want, but this is messing me up.