|
-
July 31st, 2009, 08:08 AM
#1
system.configuration
Dear Sir,
I want to import system.configuration due to getting information of indiviudal computer,loging user information,application path,database connection etc... In this case which configuration class should I imports. Please help me.
Thanking You
Debasis Bag
-
July 31st, 2009, 02:42 PM
#2
Re: system.configuration
Have you check the documentation on msdn? MSDN has it all, you just need to browse through it and it will take some time till you get a feel of what exactly can be done with classes that are part of System.Configuration namespace.
You actually would want to take a look at App.Config file. This file will hold all the information that your application needs And the ConfigurationManager class would help you in retrieving these settings. Hannes has already pointed you to the correct location on MSDN in your other thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|