In my app.config file I want to add param2="&password=" but it doesn't work because of "&" char any idea why ?
<configSections>
<sectionGroup name="API">
<section name="loginURL" type="System.Configuration.SingleTagSectionHandler"/>
</sectionGroup>
</configSections>
<API>
<loginURL url="http://test.fr:81/api/sm?" param1="name=" param2="&password="/>
</API>