First time trying couchbase. need help to run the sample code
Hi Guys,
I have installed the Couchbase server. The screen shot of the same is as follows

Now as per the instruction mentioned in the below link i have created the sample code
http://www.couchbase.com/docs/couchbase-sdk-net-1.1/stage1.html
Web.config of my code is as follows

port number i tried with both 8091 and 11211. But still facing the same problem. The problem is as follows
When i ran the same code->Create user ->it seems like it is getting saved. (As it is not throwing any error)

When we run the login page after creating the user,I am getting user as null. (I am sure i entered the correct username and password)



I have 2 question now
1)How to solve the above problem (Not able to set / not able to get the value)
2)Is there anyway in the admin page (http://localhost://8091/index.html), i can see the key and values?
Note:-
1) I ran with admin rights in my machine
2) No firewall issue as i have ensured to disable the firewall for testing purpose
3) In web config i have tried with both 8091 and 11211 port.
Please help me to solve this problem
My code you can download for reference