Connectionstring can't have uppercase

We have a setup with our connection-string configured like this:

  <add key="CouchBase.ConnectionString" value="SRVAAAAAAA04.de.world.ourdomain,SRVAAAAAAA03.de.world.ourdomain,....."
       xdt:Transform="SetAttributes(value)" xdt:Locator="Match(key)"/>

this has stopped working. It works with the servername in lower case.

We are in a C# enviroment.

Can you provide some more context? Is this the appSettings of a Web Config? What application is consuming Couchbase.ConnectionString?

“this has stopped working”

Is there an exception/error message?

You can open an issue at issues.couchbase.com

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.