I have a DBConnectionString file in my test web application. In Octopus web portal I’ve defined the variable DBConnectionString and assigned it the value: Server=HKNTWEBTEST;Database=EpiServer;Integrated Security=SSPI. But after deploying the application the Tentacle puts the following in my connectionString.config file which is totaly wrong:
As you can see instead of replacing the value the Tentacle adds the string to the connectionString: connectionString=“Server=HKNTWEBTEST;Database=EpiServer;Integrated Security=SSPI” !!!
Does anyone know why?