Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:06
Colin Angus Mackay14-Oct-08 0:06 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:18
Matt Cavanagh14-Oct-08 0:18 
GeneralRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:26
Colin Angus Mackay14-Oct-08 0:26 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:30
Matt Cavanagh14-Oct-08 0:30 
GeneralRe: SQL Login Protection Pin
Ashfield14-Oct-08 1:22
Ashfield14-Oct-08 1:22 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 1:26
Matt Cavanagh14-Oct-08 1:26 
GeneralRe: SQL Login Protection Pin
Mark Churchill14-Oct-08 1:37
Mark Churchill14-Oct-08 1:37 
GeneralRe: SQL Login Protection Pin
Ashfield14-Oct-08 9:19
Ashfield14-Oct-08 9:19 
Well, unless its an internet program (in which case you wouldn't be able to assign individual users 'on the fly' anyway) surely you have some internal security policies, and I bet they include Windows groups, otherwise you are wide open to abuse. As a contractor I have worked at many large multi-national financial companies, all of which use Windows groups as one form of application/database security. The only time I have seen anythng other than trusted connection (and within that the groups are only assigned the minimum permissions required) is with inter/intranet applications where sql server resides on a different physical server to IIS and you have the classic 'double hop' problem.

Anyway, its up to you, but I suggest you read up on SQL Server security before making a final decision, as whatever the connection method you need to enfore security within the server.

Bob
Ashfield Consultants Ltd

GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 21:58
Matt Cavanagh14-Oct-08 21:58 
GeneralRe: SQL Login Protection Pin
Ashfield15-Oct-08 8:41
Ashfield15-Oct-08 8:41 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh15-Oct-08 21:01
Matt Cavanagh15-Oct-08 21:01 
QuestionHow to determine the Type of a null-Reference ? Pin
MarkPhB13-Oct-08 23:32
MarkPhB13-Oct-08 23:32 
AnswerRe: How to determine the Type of a null-Reference ? Pin
SeMartens13-Oct-08 23:37
SeMartens13-Oct-08 23:37 
GeneralRe: How to determine the Type of a null-Reference ? Pin
MarkPhB13-Oct-08 23:44
MarkPhB13-Oct-08 23:44 
AnswerRe: How to determine the Type of a null-Reference ? Pin
#realJSOP14-Oct-08 0:04
mve#realJSOP14-Oct-08 0:04 
GeneralRe: How to determine the Type of a null-Reference ? Pin
Colin Angus Mackay14-Oct-08 0:07
Colin Angus Mackay14-Oct-08 0:07 
GeneralRe: How to determine the Type of a null-Reference ? Pin
DaveyM6914-Oct-08 0:51
professionalDaveyM6914-Oct-08 0:51 
GeneralRe: How to determine the Type of a null-Reference ? Pin
MarkPhB14-Oct-08 0:18
MarkPhB14-Oct-08 0:18 
AnswerRe: How to determine the Type of a null-Reference ? Pin
Simon P Stevens14-Oct-08 0:39
Simon P Stevens14-Oct-08 0:39 
GeneralRe: How to determine the Type of a null-Reference ? Pin
Mark Churchill14-Oct-08 2:35
Mark Churchill14-Oct-08 2:35 
GeneralRe: How to determine the Type of a null-Reference ? Pin
Simon P Stevens14-Oct-08 2:50
Simon P Stevens14-Oct-08 2:50 
GeneralRe: How to determine the Type of a null-Reference ? Pin
Mark Churchill14-Oct-08 2:57
Mark Churchill14-Oct-08 2:57 
AnswerRe: How to determine the Type of a null-Reference ? Pin
Scott Dorman14-Oct-08 8:23
professionalScott Dorman14-Oct-08 8:23 
Questionusing lparam parameter of SendMessage function Pin
Sandeep Kalra13-Oct-08 22:37
Sandeep Kalra13-Oct-08 22:37 
AnswerRe: using lparam parameter of SendMessage function Pin
Simon P Stevens13-Oct-08 23:12
Simon P Stevens13-Oct-08 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.