AppSettings in Whidbey Express

  • Thread starter Thread starter David J Rose
  • Start date Start date
D

David J Rose

How do I read and write application settings (eg connection string) in
Whidbey (VS Express Beta2)?
 
You can set them up in the properties tab of the project by double clicking
on the Settings item. Then call them like this..

Value = <ApplicationName>.Properties.Settings.Default.<SettingName>

But I agree you should post in the .net 2.0 support forums, and there is a
link from the community menu item on the main title bar "Ask a Question"

Mykre
www.ircomm.net - Managed Game Programming
 
Back
Top