M
MattC
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 different servers
I have also been given a requirement that the person logged on to the
computer may not be the user accessing the application.
All the users will be stored in Windows Accounts on Active Directory.
So I came to the initial conclusion after some ferreting around that I
should use Forms based authentication for access to the site. And any
database connections I make should use specific SQL users that have been set
up on the servers.
Is this feasible? Is there a more common way of solving this problem?
MattC
I posted in dotnet.security and was directed here.
I am to develop am ASP.NET appplication that will access many different
databases on different servers
I have also been given a requirement that the person logged on to the
computer may not be the user accessing the application.
All the users will be stored in Windows Accounts on Active Directory.
So I came to the initial conclusion after some ferreting around that I
should use Forms based authentication for access to the site. And any
database connections I make should use specific SQL users that have been set
up on the servers.
Is this feasible? Is there a more common way of solving this problem?
MattC