I am working on a remote couchbase server in .net/C#. It doesn’t work. However the url works in my browser. Here is my web.config:
<bucket-admin>
<servers bucket="Admin" bucketPassword="">
<add uri="http://208.74.176.230:8091/pools" />
</servers>
</bucket-admin>
<bucket-system>
<servers bucket="System" bucketPassword="">
<add uri="http://208.74.176.230:8091/pools" />
</servers>
</bucket-system>
This config file works for my local couchbase server.