Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:46
share_holder28-Aug-11 21:46 
GeneralRe: Multi-Form Set Correct Output Pin
V.28-Aug-11 21:56
professionalV.28-Aug-11 21:56 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 23:45
share_holder28-Aug-11 23:45 
QuestionC# modify a config file Pin
dcof25-Aug-11 17:14
dcof25-Aug-11 17:14 
JokeRe: C# modify a config file Pin
Firo Atrum Ventus25-Aug-11 17:20
Firo Atrum Ventus25-Aug-11 17:20 
AnswerRe: C# modify a config file Pin
Pravin Patil, Mumbai25-Aug-11 21:19
Pravin Patil, Mumbai25-Aug-11 21:19 
AnswerRe: C# modify a config file Pin
PIEBALDconsult26-Aug-11 2:50
mvePIEBALDconsult26-Aug-11 2:50 
AnswerRe: C# modify a config file Pin
Dave Kreskowiak26-Aug-11 5:24
mveDave Kreskowiak26-Aug-11 5:24 
You don't need to do anything with credentials. If you SQL Server is already setup to handle Windows Authentication, you don't need the credentials. You just need the correct connection string.

Trusted Connection:
Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;


Trusted Connection (Alternate syntax):
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;

These, of course, assume that the user workstations are either in the same domain as the SQL Server or are in a domain that is trusted by the domain the SQL Server is in.

You don't need to modify the connection string at all.

You would also have to setup security in the SQL Server for the users or a group the users would be in to access the database accordingly.

Questionstack pop and takewhile Pin
cechode25-Aug-11 12:44
cechode25-Aug-11 12:44 
AnswerRe: stack pop and takewhile Pin
SledgeHammer0125-Aug-11 13:12
SledgeHammer0125-Aug-11 13:12 
GeneralRe: stack pop and takewhile Pin
cechode25-Aug-11 13:40
cechode25-Aug-11 13:40 
QuestionArray List to Application Settings. Pin
Herboren25-Aug-11 5:01
Herboren25-Aug-11 5:01 
AnswerRe: Array List to Application Settings. Pin
Nagy Vilmos25-Aug-11 6:20
professionalNagy Vilmos25-Aug-11 6:20 
AnswerRe: Array List to Application Settings. Pin
Subin Mavunkal25-Aug-11 20:49
Subin Mavunkal25-Aug-11 20:49 
Questionsocket class in vista uac Pin
Aisha sharma24-Aug-11 22:08
Aisha sharma24-Aug-11 22:08 
AnswerRe: socket class in vista uac Pin
Dave Kreskowiak25-Aug-11 9:57
mveDave Kreskowiak25-Aug-11 9:57 
GeneralRe: socket class in vista uac Pin
Aisha sharma25-Aug-11 21:37
Aisha sharma25-Aug-11 21:37 
GeneralRe: socket class in vista uac Pin
Cheongwadae26-Aug-11 17:19
Cheongwadae26-Aug-11 17:19 
QuestionPredicate Conditions for Find, First...Methods Pin
share_holder24-Aug-11 21:46
share_holder24-Aug-11 21:46 
AnswerRe: Predicate Conditions for Find, First...Methods Pin
Wayne Gaylard24-Aug-11 22:21
professionalWayne Gaylard24-Aug-11 22:21 
QuestionLooking for FIFO Lock in .net 2.0? [modified] Pin
Firo Atrum Ventus24-Aug-11 19:08
Firo Atrum Ventus24-Aug-11 19:08 
AnswerRe: Is there any FIFO collection in .net 2.0? Pin
DaveAuld24-Aug-11 21:26
professionalDaveAuld24-Aug-11 21:26 
GeneralRe: Is there any FIFO collection in .net 2.0 Pin
Firo Atrum Ventus24-Aug-11 21:55
Firo Atrum Ventus24-Aug-11 21:55 
GeneralRe: Is there any FIFO collection in .net 2.0? Pin
DaveAuld24-Aug-11 22:07
professionalDaveAuld24-Aug-11 22:07 
GeneralRe: Is there any FIFO collection in .net 2.0? Pin
Firo Atrum Ventus24-Aug-11 22:11
Firo Atrum Ventus24-Aug-11 22:11 

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.