Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login Assistance
Message
From
12/08/2002 13:02:55
 
 
To
12/08/2002 10:18:59
General information
Forum:
Microsoft SQL Server
Category:
Security
Miscellaneous
Thread ID:
00688124
Message ID:
00688681
Views:
42
>What we are trying to do is create a Web app that users should be able to access with a login. So if we use an ADO, do we need to have the security at the Web only or at both the web and server?
>
>Hope I haven't confused you guys more...
>
>Nicky

My recomendation would be, for a web ap, since the users never actually connect to the database, to use a single SQL Login (SQL server or Nt server doesn't matter) which has db_owner access to the data (or SPs) and control the user login/secuirty at the application level.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform