Creating IIS Login to SQL Server in multi-tier app

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

  1. #1

    Default Creating IIS Login to SQL Server in multi-tier app

    Hi

    I am designing a sample app that has 3 tiers - Web Browser, dotnet app & DB
    server.

    I believe (correct me if I am wrong) that given that each individual user
    will not be connecting to SQL server directly (except maybe for DB Admin's
    etc) it is desireable to create a Login for IIS to connect to the Server & a
    User Login to connect to the DB in question with the appropriate permissions.

    The DOTNET app will be connecting to the DB using ADO.NET

    Can anybody help me with this?

    Kind regards

    Ross Petersen
    Ross Guest

  2. Similar Questions and Discussions

    1. nested templates for multi-tier navigation
      Greetings, I am trying to use dreamweaver templates to build a site that my client can maintain after initial development. The site will involve...
    2. tricky multi-tier delegation
      Is it possible to implement a 2-tier ASP.NET app with delegation to the back-end without authenticating the user at the middle-tier? I have IIS...
    3. Login - multi table insert for registrant; subsquent login insert page requests into joined 'Selection' Table
      Question regards insert and updates in sql server for a simple login script that requires registration the first time and only "email address" upon...
    4. Message board layered architecture 2-tier or 3-tier?
      Hi, I've got a VB.Net + ASP.Net message board application which has already been customized. There are two solutions in this application. 1. The...
    5. WebService newbie - consuming in multi-tier dev env... (DEV-UAT-PROD)
      I have a web service that we have deployed in our development, UAT, and production environment. When I add the web service to a project, I want to...
  3. #2

    Default Re: Creating IIS Login to SQL Server in multi-tier app

    yes, you should see this guide:
    [url]http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetch12.asp[/url]


    "Ross" <Ross@discussions.microsoft.com> wrote in message
    news:2E8022C3-D4CD-4BDB-8640-BCD7DB0941C0@microsoft.com...
    > Hi
    >
    > I am designing a sample app that has 3 tiers - Web Browser, dotnet app &
    > DB
    > server.
    >
    > I believe (correct me if I am wrong) that given that each individual user
    > will not be connecting to SQL server directly (except maybe for DB Admin's
    > etc) it is desireable to create a Login for IIS to connect to the Server &
    > a
    > User Login to connect to the DB in question with the appropriate
    > permissions.
    >
    > The DOTNET app will be connecting to the DB using ADO.NET
    >
    > Can anybody help me with this?
    >
    > Kind regards
    >
    > Ross Petersen

    Dino Chiesa [Microsoft] 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