About Application Config file

  • Thread starter Thread starter Ellis Yu
  • Start date Start date
E

Ellis Yu

Dear All,

I've an application running from the network server. The config file
includes some application setting and the connection string inside. If I
want the application to read the config file from client machine instead of
server one, how can I do it? Suppose I specify the config file location
under the system directory in client machine. Thanks

Best Rdgs
Ellis
 
Hi,

You cant specify the location of the app.config file. Try storing
the information in an xml file on the local machine.

http://msdn.microsoft.com/vbasic/us...library/en-us/dnadvnet/html/vbnet07082003.asp


Ken
-------------------------------
Dear All,

I've an application running from the network server. The config file
includes some application setting and the connection string inside. If I
want the application to read the config file from client machine instead of
server one, how can I do it? Suppose I specify the config file location
under the system directory in client machine. Thanks

Best Rdgs
Ellis
 
Ellis Yu said:
Dear All,

I've an application running from the network server. The config file
includes some application setting and the connection string inside. If I
want the application to read the config file from client machine instead of
server one, how can I do it? Suppose I specify the config file location
under the system directory in client machine. Thanks

Best Rdgs
Ellis

If you want, I can e-mail you a DLL that I made that provides real-time IO
to your .config files, and also enables you to specify which config file to
use. It also provides some other very specific settings that I've found very
handy, including being able to edit the userSettings protion of web.config
files in real-time.
This is a standalone DLL, not needing any other dependencies.

Jody
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top