CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Question 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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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
  •  





Click Here to Expand Forum to Full Width

Featured