Any VB .NET DLL should be able to have a "Settings" file, not just a asp.net application. They look similar to web.config.
I don't know what environment you're developing in, but in Visual Studio, go to the project explorer. Select My Project, look at the Settings tab.
In code, check out the System.Configuration namespace in the .NET framework.
>L<