Read Configuration

  • Thread starter Thread starter Cacho
  • Start date Start date
C

Cacho

Hi All

I'm totally new to vbasic net and need to get values from a config files
in the way:

<configuration>
<appSettings>
<add key="Desvio" value="652825616" />
<add key="MargenString" value="10" />
</appSettings>
</configuration>


Could somebody give and example of how to do it ?


Thanks in advance

X
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top