Hey-
I have an VB.net 2008 application that has a few configuration files that accompany it (an XML, an INI and two XLS). After this application is deployed, I would like to be able to change those configuration files as necessary.
The files are currently added as part of the project with Build Action set to "Content". After deployment, the Application Files folder contains all of the files but with pesky ".deploy" extension. I can't seem to find where these files go after running setup.
- Am I using the right Build Action setting?
- Where do these files end up after deploy?
Thanks- Jonathan