I have a small Winform aplication developed in VS 2010 and C#. And created setup also.
I have put application config file in the application folder path for saving user credentials. After the installation application can't access the config file because I given program installation default path as follows:
[ProgramFilesFolder][Manufacturer][ProductName]
So I need to keep my user credential somewhere else permanently. I need both read and write permissions. Also I need to log the application exceptions.