Simple question...
I need to store a constant kind of like a connection string / or a file path in vb.net. In asp.net I usually store these in the web.config file. Then in aspx when I need the value I simply do:

ConfigurationSettings.AppSettings("NameOfMyTag")

to get the value I need. How would I do this in vb.net ? Do I store it in the assemblyinfo file ?