I'm developing a windows application with C# . I need to add some comments into Application settings ( App.config ) Here is my App.config
<connectionStrings>
<add name="SLTBillConnectionString" connectionString="Data Source=DESKTOP-BIJLHTG\Yuresh_SQL;Initial Catalog=SLTBillPaymentDB;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="ScheduledTimeForNewDay" value="09" />
<add key="KioskCode" value="0001" />
<add key="IsMobitelPaymentEnable" value="false" />
<add key="MaxChequeAmount" value="500000" />
<add key="MinChequeAmount" value="10" />
</appSettings>
Same as HTML, try <!-- your comment -->
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With