change the location of shared add-in User.Config file.

S

Seenu

I am developing a Shared add-in application using C#.net.
Here I save some settings to the user.config file.
The settings are saved.
It is saving in the folder:
C:\Documents and Settings\<User Name>\Local Settings\Application
Data\Microsoft_Corporation\<Application Name>\10.0.2576

But I want to Store the user.config file in the Location that I Specify.

How can I do this?
I am trying to write a Custom Setting class but even I can’t do this!!!!!
Can this be done?
Is there any link tutor or any resource for this?


Awaiting reply,
Thanks in advance,
SrinivasanPrabakaran
 
Top