SyntaxFix
Write A Post
Hire A Developer
Questions
Once you have the packages setup, you'll need to create either an app.config or web.config and add something like the following:
<configuration> <appSettings> <add key="key" value="value"/> </appSettings> </configuration>