Newbie authentication request

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

  1. #1

    Default 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
    credentials before they can start to use the app? Any url's to material
    would be great. Thx


    Mystery Guest

  2. Similar Questions and Discussions

    1. CFFORM causing an nt authentication request
      I've just migrated from a cf5 server to one running MX7 I have a couple pages that us CFFORM and CFINPUT. On each of these pages when the page...
    2. Cancelling Authentication Request
      I have successfully implemented Peter Bromberg's Digest authentication assembly (http://www.eggheadcafe.com/articles/20030701.asp). One thing I've...
    3. 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...
    4. request failed with HTTP status 407: Proxy Authentication Required
      Hi all. I have been strugling with trying to get access to a web reference in my web project that is outside my firewall (ISA 2000 server running...
    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 authentication request

    Open IIS Manager and navigate to your site you wanted to enable "Integrated
    Windows Authentication"



    1. Bring up site properties dialog box by right clicking the web site.

    2. Go to "Directory Security" tab,

    3. Bring up "Authentication Methods" dialog box by clicking "Edit" button in
    "Anonymous access and Authentication control" group.

    4. Make sure Anonymous Access is unchecked and Integrated Windows
    Authentication is checked.



    Please refer to IIS documentation for further information.


    "Mystery" <mystery_nospam@barrysworld.co.uk> wrote in message
    news:O1JVVoahDHA.2192@TK2MSFTNGP09.phx.gbl...
    > 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
    > credentials before they can start to use the app? Any url's to material
    > would be great. Thx
    >
    >

    Ram Sunkara [msft] Guest

  4. #3

    Default Re: Newbie authentication request

    Open IIS Manager and navigate to your site you wanted to enable "Integrated
    Windows Authentication"



    1. Bring up site properties dialog box by right clicking the web site.

    2. Go to "Directory Security" tab,

    3. Bring up "Authentication Methods" dialog box by clicking "Edit" button in
    "Anonymous access and Authentication control" group.

    4. Make sure Anonymous Access is unchecked and Integrated Windows
    Authentication is checked.



    Please refer to IIS documentation for further information.



    "Mystery" <mystery_nospam@barrysworld.co.uk> wrote in message
    news:O1JVVoahDHA.2192@TK2MSFTNGP09.phx.gbl...
    > 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
    > credentials before they can start to use the app? Any url's to material
    > would be great. Thx
    >
    >

    Ram Sunkara [msft] Guest

  5. #4

    Default Re: Newbie authentication request

    Open IIS Manager and navigate to your site you wanted to enable "Integrated
    Windows Authentication"



    1. Bring up site properties dialog box by right clicking the web site.

    2. Go to "Directory Security" tab,

    3. Bring up "Authentication Methods" dialog box by clicking "Edit" button in
    "Anonymous access and Authentication control" group.

    4. Make sure Anonymous Access is unchecked and Integrated Windows
    Authentication is checked.



    Please refer to IIS documentation for further information.



    "Mystery" <mystery_nospam@barrysworld.co.uk> wrote in message
    news:O1JVVoahDHA.2192@TK2MSFTNGP09.phx.gbl...
    > 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
    > credentials before they can start to use the app? Any url's to material
    > would be great. Thx
    >
    >

    Ram Sunkara [msft] Guest

  6. #5

    Default Newbie authentication request

    Open IIS Manager and navigate to your site you wanted to
    enable "Integrated Windows Authentication"

    1. Bring up site properties dialog box by right clicking
    the web site.

    2. Go to "Directory Security" tab,

    3. Bring up "Authentication Methods" dialog box by
    clicking "Edit" button in "Anonymous access and
    Authentication control" group.

    4. Make sure Anonymous Access is unchecked and Integrated
    Windows Authentication is checked.

    Please refer to IIS documentation for further information.

    >-----Original Message-----
    >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
    >credentials before they can start to use the app? Any
    url's to material
    >would be great. Thx
    >
    >
    >.
    >
    Ram Sunkara[msft] 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