visual studio 2012 - ServiceStack NUnit Test Debugging Connection Refused Issue -


in question: servicestack jsonserviceclient based test fails, service works in browser i'm looking clue why test generates exception, when interactive browser test succeeds. run tests , interact via browser.

now i'm asking direction on how debug this. basically, if step through test case, reach line this: tranactions response = client.get(request); , raises exception. i'm thinking should download servicestack source , add project solution, in order step through code , further insight what's going on. advice?

i decided update project latest servicestack release start. then, repeated earlier troubleshooting steps. problem resolved. see: servicestack jsonserviceclient based test fails, service works in browser further details.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -