Getting user name from win2k from asp ?

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Getting user name from win2k from asp ?

    HI

    I donot ahve any idea how to proceed. but my requirement issomehting like if the user click to the logon button on awebpage automatically he gets logged on with his name. how canthis be achieved? i donot want to authenticate him thru useridand password. I just want to take his name automatically fromthe machine and let him log in?

    what is the process to do so ? or any lead as to how to proceed.if i know what to look for to achieve this i can search on thenet.

    thanks a lot

    User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
    Guest Guest

  2. Similar Questions and Discussions

    1. php 5.0.1 IIS 5 Win2k-as
      New installation of php 5.0.1 on a new windows 2000 advanced server running IIS 5. Followed all the instructions for manual installation. Trying to...
    2. win2k error
      After my PC start to boot up win2k OS, it will show an error message"Please give a help file name that you want to open" at the end of booting...
    3. Win2K and trans_sid
      I am running Apache 2.0.47 with PHP 4.3.3 on a Windows 2000 server, and I am having some trouble getting cookie-less sessions to work. I've search...
    4. XP Pro client joins Win2K domain faster than Win2K Pro client
      Any thoughts on why a Win XP Pro client joins a domain faster than a Win 2000 Pro client? The only difference is the client software (ie Win XP Pro...
    5. WIN2K SP4 available
      Thanks for the info :)
  3. #2

    Default Re: Getting user name from win2k from asp ?

    On Wed, 03 Nov 2004 18:19:30 -0800, Guest <Guest@aew_nospam.com> wrote:

    ¤ HI
    ¤
    ¤ I donot ahve any idea how to proceed. but my requirement is somehting like if the user click to the logon button on a webpage automatically he gets logged on with his name. how can this be achieved? i donot want to authenticate him thru userid and password. I just want to take his name automatically from the machine and let him log in?
    ¤
    ¤ what is the process to do so ? or any lead as to how to proceed. if i know what to look for to achieve this i can search on the net.
    ¤

    Assuming the user has been authenticated when logging on to the network from Windows all that you
    need to do is set up your web application for "Integrated Windows Authentication" using the Internet
    Services Control Panel applet.


    Paul ~~~ [email]pclement@ameritech.net[/email]
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

  4. #3

    Default Re: Getting user name from win2k from asp ?


    thanks a lot for reponding.
    but what variable do i type to display the user name. ?
    say i want the user to click to login button. it will display the user
    name. but how does it get to know what to type. i am jsut creating a
    dummy button with caption as "LOGIN" how i display the variable?

    i hope i am clear
    thanks again

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    aspUSER2 Guest

  5. #4

    Default Re: Getting user name from win2k from asp ?

    On Thu, 04 Nov 2004 23:50:14 -0800, aspUSER2 <asp@hotmail.com> wrote:

    ¤
    ¤ thanks a lot for reponding.
    ¤ but what variable do i type to display the user name. ?
    ¤ say i want the user to click to login button. it will display the user
    ¤ name. but how does it get to know what to type. i am jsut creating a
    ¤ dummy button with caption as "LOGIN" how i display the variable?
    ¤
    ¤ i hope i am clear
    ¤ thanks again

    Why would you need a Login button if the user is to be authenticated automatically through Windows
    security?


    Paul ~~~ [email]pclement@ameritech.net[/email]
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139