Contents tagged with .Net Service Bus
-
.Net Service Bus: How to make training kit examples authenticate without problems
I’m trying out Azure Training Kit examples to study
cloud stuff that should hit the streets (or sky) later
this year. I faced some trouble when trying to connect
with .Net Service Bus using settings mentioned in
examples (netTcpRelayBinding and CardSpace). I tried
hard but
CardSpace authentication failed every time. My final solution was simple: I moved to username and
password authentication scheme.