Inherit app

  • Thread starter Thread starter DaveP
  • Start date Start date
D

DaveP

Hi, I want to load some conf information into my app
this app is a service running back end server

what i want to do ..and not sure how to approach this...
is have a class attacthed to the top app class
example data type
sql login string and connection for loggin
paths to txt log files (fileinfo)
sql login string and connnection for dataprocessing

any ideas how to approach this

thanks DAVEP
 
Hi Dave,

and thanks for your question. However, at least to me it is not completely
clear what you want to achieve, so would it be possible for you to rephrase
your question a bit?

If you want to store configuration settings external to your application
(into a so-called "xml config file"), and you are using .NET 2.0/Visual
Studio 2005, see the Settings feature:

http://msdn2.microsoft.com/en-us/library/aa730869(VS.80).aspx

Thanks!

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
Back
Top