views:

588

answers:

1

Hi,
I am installing a WPF Application using the ClickOnce deployment. There are certain settings in the app.config that need to be changed after the Application is installed. Although the app.config exists in the deployment folder as assemblyname.exe.config.deploy , after installing the application I can't seem to find it on the client machine so that I can change the settings.

Where do I look for it, any pointers?

Many Thanks.

+3  A: 

The application configuration is located in here (replace <username> by the username, XP users look in "Document and Settings"):

C:\Users\<username>\AppData\Local\Apps\2.0

It's located in one of those semi-cryptic subfolders, but I'm sure you'll get it :)

Scoregraphic
Thanks a lot. It did help.
Anand