Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: Meaning of errors logged by FileSystemWatcher.Error Pin
Eddy Vluggen23-Jun-16 1:31
professionalEddy Vluggen23-Jun-16 1:31 
QuestionThe database type “GenericDatabase” does not support asynchronous operations Pin
srikrishnathanthri22-Jun-16 1:13
srikrishnathanthri22-Jun-16 1:13 
AnswerRe: The database type “GenericDatabase” does not support asynchronous operations Pin
Eddy Vluggen22-Jun-16 1:48
professionalEddy Vluggen22-Jun-16 1:48 
AnswerRe: The database type “GenericDatabase” does not support asynchronous operations Pin
Dave Kreskowiak22-Jun-16 3:44
mveDave Kreskowiak22-Jun-16 3:44 
Questionneed help to send multiple sms using excel file in c# windows application Pin
trilok pandey21-Jun-16 1:39
trilok pandey21-Jun-16 1:39 
AnswerRe: need help to send multiple sms using excel file in c# windows application Pin
Dave Kreskowiak21-Jun-16 3:10
mveDave Kreskowiak21-Jun-16 3:10 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne21-Jun-16 21:37
professionalEveryNameIsTakenEvenThisOne21-Jun-16 21:37 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
OriginalGriff21-Jun-16 21:54
mveOriginalGriff21-Jun-16 21:54 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
Dave Kreskowiak22-Jun-16 3:42
mveDave Kreskowiak22-Jun-16 3:42 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne24-Jun-16 12:10
professionalEveryNameIsTakenEvenThisOne24-Jun-16 12:10 
QuestionAccess updated values using CLR tiggers Pin
srikrishnathanthri20-Jun-16 20:15
srikrishnathanthri20-Jun-16 20:15 
AnswerRe: Access updated values using CLR tiggers Pin
Richard MacCutchan20-Jun-16 20:36
mveRichard MacCutchan20-Jun-16 20:36 
QuestionHow to secure password from developers Pin
srikrishnathanthri20-Jun-16 20:01
srikrishnathanthri20-Jun-16 20:01 
AnswerRe: How to secure password from developers Pin
OriginalGriff20-Jun-16 20:38
mveOriginalGriff20-Jun-16 20:38 
AnswerRe: How to secure password from developers Pin
Richard MacCutchan20-Jun-16 20:39
mveRichard MacCutchan20-Jun-16 20:39 
AnswerRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:06
professionalNathan Minier21-Jun-16 2:06 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 2:19
professionalEddy Vluggen21-Jun-16 2:19 
GeneralRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:22
professionalNathan Minier21-Jun-16 2:22 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 4:56
professionalEddy Vluggen21-Jun-16 4:56 
AnswerRe: How to secure password from developers Pin
Dave Kreskowiak21-Jun-16 3:05
mveDave Kreskowiak21-Jun-16 3:05 
All code that is running is running AS THE USER THAT LAUNCHED IT.

If the developers cannot access the content of the config file, neither can Visual Studio nor the application the developers launch in the debugger.

You seem to have only a single environment, production, where you need at least three. You need a developer environment that the developers have enough access to so they can develop the application and the database. You need a test environment that mirrors production so you can test the application and database changes before you put it in production and also test the deployment of the application and database changes. Finally, and obviously, you need a production environment.

In your case, all three of these need to have their own separate database servers with their own connection strings. They don't need to be the same.

But, it comes down to the point where you absolutely need to trust at least two people with the passwords to the production database. They don't have to be developers but they do have to know what they're doing with connection strings. You cannot avoid this.

But, on top of all of this, you and your SQL DBAs, system admins and networking people need to understand security, in SQL, in Windows Server, NTFS, ... to correctly setup every environment and all of the servers and shares to make sure nobody has more permissions than they need to do their jobs.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionReturn Newest Subfolder-Name (from Main-Folder-Loop) Pin
gpc4420-Jun-16 4:29
gpc4420-Jun-16 4:29 
AnswerRe: Return Newest Subfolder-Name (from Main-Folder-Loop) Pin
Pete O'Hanlon20-Jun-16 4:51
mvePete O'Hanlon20-Jun-16 4:51 
QuestionParse CSV file with two delimiters Pin
VK1920-Jun-16 2:41
VK1920-Jun-16 2:41 
AnswerRe: Parse CSV file with two delimiters Pin
Pete O'Hanlon20-Jun-16 2:53
mvePete O'Hanlon20-Jun-16 2:53 
AnswerRe: Parse CSV file with two delimiters Pin
OriginalGriff20-Jun-16 2:53
mveOriginalGriff20-Jun-16 2:53 

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.