構成はこんな感じで読み方がわからない、製品やプレビューを選べば価値が得られますか?
<configuration>
<environment name="product">
<connectionString> connection string</connectionString>
<logPath>C:\*****</logPath>
<errorLogPath>C:\*****</errorLogPath>
<ProcessesNumber>5</ProcessesNumber>
<sendAtOnce>100</sendAtOnce>
<restInterval>30000</restInterval>
<stopTime>30000</stopTime>
</environment>
<environment name="preview">
<connectionString> connctionstring </connectionString>
<logPath>C:\*****</logPath>
<errorLogPath>C:\*****</errorLogPath>
<ProcessesNumber>5</ProcessesNumber>
<sendAtOnce>100</sendAtOnce>
<restInterval>30000</restInterval>
<stopTime>30000</stopTime>
</environment>
</configuration>
デバッグでこれを読み取るにはどうすればよいですか?