Request.ServerVariables has no value

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • José Carretero García

    Request.ServerVariables has no value

    Hi to everybody,

    I have a asp page that use the request.ServerV ariables("Logon _user"). I'm
    used fine but then i need to restart the web server. After that
    request.ServerV ariables("Logon _user") has no value, a null string. ¿Why? and
    How can resolve this problem?

    Thank you



  • Bob Barrows [MVP]

    #2
    Re: Request.ServerV ariables has no value

    José Carretero García wrote:[color=blue]
    > Hi to everybody,
    >
    > I have a asp page that use the request.ServerV ariables("Logon _user").
    > I'm used fine but then i need to restart the web server. After that
    > request.ServerV ariables("Logon _user") has no value, a null string.
    > ¿Why? and How can resolve this problem?
    >
    > Thank you[/color]

    The most common cause for this is that your website has Anonymous access
    turned on.

    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    Working...