2
Answers

C# modify config file

jasminie

jasminie

13y
1.4k
1
I was wondering if you can point me to a reference  for  the  following:
After a C#.net application obtains  the windows user  name and password, I want to pass this information to sql server  using  windows authenication. Right now the connection string information  is hard code in the app.conf  file. How would you replace the code that is currenly in  app.conf  files?

Answers (2)
0
rizwan hudda

rizwan hudda

NA 7 0 16y
thanks
i figured out the problem
i had to change the select the database and change the copy always option to
copy only when new ...
and it s working fine now!!
0
Scott Lysle

Scott Lysle

NA 28.5k 14.4m 16y

If you could show the code that you are using it would be a lot easier to determine what might be wrong.