vote up 0 vote down star

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.

flag

1 Answer

vote up 1 vote down check

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 :)

link|flag
Thanks a lot. It did help. – Anand May 6 at 9:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.