I am deploying my application on a 64 bit windows 7 system (setting the platform property to x86) , after the installation process the app needs to set its connection string in the config file; and this is where I am having issues, the app is not able to write to the config file if/when its located under the program files directory (no admin privileges??), the app works fine when installed on a public folder.
Please let me know how to give admin or write access to my app when its installed to the default program files directory
Thanks for your help
Please let me know how to give admin or write access to my app when its installed to the default program files directory
Thanks for your help
Last edited: