I have tried this github repository - https://github.com/johnph/simple-transaction and sometimes it works (I can login), sometimes it doesn't (I can't login even with correct username and password). When I can't login, it only throws No connection could be made because the target machine actively refused it
or Object reference not set to an instance of an object
. This general message is not helpful to me to troubleshoot.
The project uses Application Insights for logging but I don't want have credit card to register for Azure account. I tried to put breakpoint in the web api projects (Identity.WebApi.Controllers,Authenticate method), but it doesn't reach the breakpoint also.