transparent authentication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • uttara

    transparent authentication

    When a web server is setup for basic authentication it shows a dialog
    box for the username and password to be entered. I don't want that to
    happen. I want to pass that username and password automatically to make
    that log in process transparent. Is there a way to do that programmaticall y?
    I am using vb .net.
    Thanks,
    --Uttara
  • One Handed Man \( OHM - Terry Burns \)

    #2
    Re: transparent authentication

    Use cookies or Windows Integrated Authentication

    --

    OHM ( Terry Burns )
    . . . One-Handed-Man . . .

    Time flies when you don't know what you're doing

    "uttara" <planetu99@hotm ail.com> wrote in message
    news:OBXGQGadEH A.2704@tk2msftn gp13.phx.gbl...[color=blue]
    > When a web server is setup for basic authentication it shows a dialog
    > box for the username and password to be entered. I don't want that to
    > happen. I want to pass that username and password automatically to make
    > that log in process transparent. Is there a way to do that[/color]
    programmaticall y?[color=blue]
    > I am using vb .net.
    > Thanks,
    > --Uttara[/color]


    Comment

    • Lucas Tam

      #3
      Re: transparent authentication

      uttara <planetu99@hotm ail.com> wrote in news:OBXGQGadEH A.2704
      @tk2msftngp13.p hx.gbl:
      [color=blue]
      > Is there a way to do that programmaticall y?
      >[/color]

      Look into Windows Authentication.

      --
      Lucas Tam (REMOVEnntp@rog ers.com)
      Please delete "REMOVE" from the e-mail address when replying.

      Comment

      Working...