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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -