This post shows how to use the appSettings section of app.config or web.config to store user data
This is another of those cases where the code is pretty simple, but it helps to have a template someplace to copy the code from. So, here’s my template
If you need something in VB.NET or ASP.NET to be configurable, the easy thing to do is to put it in the .config file and let the user configure it.