Newbie: NT Authentication

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

  1. #1

    Default Newbie: NT Authentication

    Hello,

    I have been charged with building an ASP.NET website at work. Some of the
    pages (like head count info) need to to be secured. One of the requirements
    is that the site use NT Authentication for the login form instead of
    creating new passwords for everyone. My question is how is the best way to
    go about this? Is this an IIS issue or is can I use ASP.NET for this?

    --
    Thanks in advance,
    Steven


    Steven K0 Guest

  2. Similar Questions and Discussions

    1. Newbie: HTTP Authentication...
      Hi, I hope you guys can help... I have the following (simple) code to do some HTTP authentication. <?php if (!isset($_SERVER)) {...
    2. Newbie authentication request
      I've created a web site using plain old asp (not asp.net). How do I got about setting it up to require the user to logon using their domain...
    3. newbie form authentication
      I was thinking of using form authtentication. Is it a pain, or should I do it? Also, I want login to redirect to one of two pages always, no...
    4. Newbie Hello World Authentication Issue
      Hi... Real dumb question here, I'm sure: Setting up my first Hello World ASP.Net app...I can get it to run from the server machine that I am...
    5. Newbie help for windows authentication please.
      Hello. I would like to get windows authentication to work, but I can't, because I must be stupid. Here's the relevant web.config section: ...
  3. #2

    Default Re: Newbie: NT Authentication

    Yes you can. Here's a fairly detailed look at the options for doing authentication
    with IIS and ASP.NET:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/authaspdotnet.asp[/url]

    The one thing this doesn't walk you though is the configuration necessary
    in IIS... I couldn't find a good link for that... Sorry. Perhaps someone
    else might?

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]


    > Hello,
    >
    > I have been charged with building an ASP.NET website at work. Some of
    > the pages (like head count info) need to to be secured. One of the
    > requirements is that the site use NT Authentication for the login form
    > instead of creating new passwords for everyone. My question is how is
    > the best way to go about this? Is this an IIS issue or is can I use
    > ASP.NET for this?
    >


    Brock Allen 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