how to access Couchbase Database by a remote app .net
Fri, 11/09/2012 - 15:20
Hello,
i have installed couchbase server on windows 7.
i created a small c# .net app which communicate with it, on my local machine.
i am trying to create an app that would do just that but from a remote computer.
(connect to the couchbase on my computer from a remote computer)
in app.config i add
//add uri="http://192.168.0.100:8091/pools"/
im behind a router (big difference?)
what do i need to change or do, to be able to connect from a remote pc?
answers or links will be appreciated.
* i could not find tutorials on this.
Thanks
It looks like this issue is being addressed here:
http://stackoverflow.com/questions/13317188/how-to-access-couchbase-serv...
Please follow up on this post if you question is not fully answered on stack overflow.