System Configuration Help

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
i add a App.Config xml file to my vb.net application, and
i read lines from it.
BUT - how can i edit this file outside of the .net IDE ?
when i used INI files with vb6, i could edit them outside
of the vb6 ide.
 
Hi!

i add a App.Config xml file to my vb.net application, and
i read lines from it.
BUT - how can i edit this file outside of the .net IDE ?
when i used INI files with vb6, i could edit them outside
of the vb6 ide.

Config-files are normal xml/text-files. You can edit them in any texteditor,
e.g. notepad.

Cheers

Arne Janning
 
Arne Janning said:
Config-files are normal xml/text-files. You can edit them
in any texteditor, e.g. notepad.

ACK, but not necessarily "human readable", when not formatted properly...
;-).
 
Herfried,
ACK, but not necessarily "human readable", when not formatted properly...
;-).

I think it is for Arne and me, do you mean that we are not humans or is it
maybe not for you.

:-)))

Cor
 
Back
Top