Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters
Message
From
10/07/2007 11:35:01
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
10/07/2007 11:33:04
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01238883
Message ID:
01238955
Views:
7
>
>>Response.Write("Test Text")
>
>
>Response.Write("TEST") works fine.
>Response.write Request.ServerVariable("AUTH_USER") does not. It is empty... don't know why...
>
>
>
Maybe try this:
      Response.Write(Request.ServerVariable("AUTH_USER"))
Would it be possible that AUTH_USER is empty or NULL? I'm not sure off the top of my head what that server variable does.
Very fitting: http://xkcd.com/386/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform