hi. in C# 3.5 (VS 2008) , how can i have a Resourse file or something like that, to have some of my config strings like webservice URLs that i can change them at runtime? because of some reasons , i don't want it to be in app.config file. here is the sample code that i like to have:
string s = Resource1.myURL;