Newbie - Mixed Mode Security

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

  1. #1

    Default Newbie - Mixed Mode Security

    Hi NG

    I am busy planning a new project for a client. This is my first ASP.NET app.
    This will be an Intranet, therefore I am considering Windows Authentication.

    However:
    1. They have a number of user that dial into their network, and log on to
    the domain.
    Am I correct in assuming that they will be covered by Windows
    Authentication?

    2. In the not too distant future, They would like to make certain portions
    of the site available to users who will be accessing it via the Internet.
    For this I am considering Forms Authentication. Is it possible to have both
    Window and forms Authentication on the same Application? If YES, Where can
    I find documentation on implementing it?


    Any advice will be greatly appreciated.

    Regards
    Des Norton


    Des Norton Guest

  2. Similar Questions and Discussions

    1. Newbie: Data transfer security problem
      I am building a reservation system for a client using ASP.NET and VB.NET. They want the ability to create customers and invoices in the application...
    2. Slow login response response on TS 03 in AD mixed mode
      We upgraded our NT 4 domain to an AD mixed until we get rid of the NT 4 BDC;s after completing this upgrade users began complaining about how long...
    3. Newbie: Security Questions
      Hi, I posted in dotnet.security and was directed here. I am to develop am ASP.NET appplication that will access many different databases on...
    4. Mixed mode in SQL server..
      Hi folks, Just starting down the ASP.NET route after many years of VB/VBA. Been looking at the security stuff and it seems that Forms...
    5. Taint Mode Newbie Help
      Hello all. I am teaching myself Perl and have written a CGI script that allows a user to change his/her Apache password by calling "htaccess" in...
  3. #2

    Default RE: Newbie - Mixed Mode Security

    Hello,

    For question 1, dial-in user also have a windows account and this is
    covered by Windows Authentication.
    For question 2, you may take a look at following article to see if this can
    resolve the problem:

    How to authenticate against the Active Directory by using Forms
    authentication and Visual C# .NET
    [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316748[/url]

    If you have further question, please feel free to let me know.

    Luke

    [MSFT] Guest

  4. #3

    Default Re: Newbie - Mixed Mode Security

    Thanks Luke

    I will look into it

    Regards
    Des Norton


    "[MSFT]" <lukezhan@online.microsoft.com> wrote in message
    news:RbXVNarpEHA.3944@cpmsftngxa06.phx.gbl...
    > Hello,
    >
    > For question 1, dial-in user also have a windows account and this is
    > covered by Windows Authentication.
    > For question 2, you may take a look at following article to see if this
    can
    > resolve the problem:
    >
    > How to authenticate against the Active Directory by using Forms
    > authentication and Visual C# .NET
    > [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316748[/url]
    >
    > If you have further question, please feel free to let me know.
    >
    > Luke
    >

    Des Norton 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