Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ross #1
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
-
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... -
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... -
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... -
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... -
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... -
Dino Chiesa [Microsoft] #2
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



Reply With Quote

