hi
i have 1 package that i need to deploy to testing environment.i need when i deploy it will automatically take connection string,file path for that server.
i did xml configuration, but for that someone has to open xml file and change the neccesary path.
i want to know how it will take values directly , we do have option while creating xml configuration "Configuration location is stored in environment variable"
if i create environment varible and store xml configuration file path, it will be same?
or do i need to use environment variable configuration instead of XML to achieve this?
anybody has any example, i tried to search online but they dont have details